mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-07 02:08:34 +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
@@ -80,6 +80,7 @@
|
||||
|
||||
- (void)webSocket:(RCTSRWebSocket *)webSocket didCloseWithCode:(NSInteger)code reason:(NSString *)reason wasClean:(BOOL)wasClean
|
||||
{
|
||||
[self.delegate webSocket:webSocket didCloseWithCode:code reason:reason wasClean:wasClean];
|
||||
[self reconnect];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user