mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-06 09:13:27 +08:00
Expose didCloseWithCode in RCTReconnectingWebSocket
Summary: Expose didCloseWithCode in RCTReconnectingWebSocket in order to get notified when the reconnecting websocket is closed by the end-point. Reviewed By: javache Differential Revision: D5573394 fbshipit-source-id: 78bffeb98c6bf32b059194fc07ffc1f0a7bf4aae
This commit is contained in:
committed by
Facebook Github Bot
parent
220034c4d4
commit
72dae519d0
@@ -61,6 +61,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
- (void)webSocket:(RCTSRWebSocket *)webSocket didCloseWithCode:(NSInteger)code reason:(NSString *)reason wasClean:(BOOL)wasClean
|
||||
{
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user