Back out "Clear handlers on disconnect"

Summary:
^

Revert as to validate this is not causing regressions: T143523262

Reviewed By: passy

Differential Revision: D42800560

fbshipit-source-id: 8db61454eabfdb259637bb97c2bb4754984ecf6f
This commit is contained in:
Lorenzo Blasa
2023-01-27 04:07:37 -08:00
committed by Facebook GitHub Bot
parent 2cc273ce96
commit 2ba167f899
3 changed files with 33 additions and 33 deletions

View File

@@ -23,15 +23,15 @@ NS_ASSUME_NONNULL_BEGIN
/// A message handler used to dispatch messages received from the server.
@property(nonatomic) facebook::flipper::SocketMessageHandler messageHandler;
/// A certificate provider used to obtain the client certificate used for
/// authentication.
@property(nonatomic)
facebook::flipper::SocketCertificateProvider certificateProvider;
/// Initializes an instance of FliperWebSocketTransport with an endpoint URL.
/// @param url Endpoint URL used to establish the connection.
- (instancetype)initWithURL:(NSURL* _Nonnull)url;
/// A certificate provider used to obtain the client certificate used for
/// authentication.
- (void)setCertificateProvider:
(facebook::flipper::SocketCertificateProvider)certificateProvider;
/// Connect to the endpoint.
- (void)connect;