We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f388ec commit cc75f9dCopy full SHA for cc75f9d
packages/react-native/React/Inspector/RCTCxxInspectorWebSocketAdapter.mm
@@ -84,14 +84,6 @@ - (void)webSocket:(__unused SRWebSocket *)webSocket didReceiveMessageWithString:
84
}
85
86
87
-- (void)webSocketDidOpen:(SRWebSocket *)webSocket
88
-{
89
- // NOTE: We are on the main queue here, per SRWebSocket's defaults.
90
- if (auto delegate = _delegate.lock()) {
91
- delegate->didOpen();
92
- }
93
-}
94
-
95
- (void)webSocket:(__unused SRWebSocket *)webSocket
96
didCloseWithCode:(__unused NSInteger)code
97
reason:(__unused NSString *)reason
0 commit comments