react-native/Libraries/WebSocket
Joe Noon 607527c0d4 (upstream) Prevent SocketRocket killing the connection before notifying of final messages
Summary: wrap NSStreamEventEndEncountered in dispatch_async _workQueue per upstream:
https://github.com/square/SocketRocket/pull/294

CLA completed
Closes https://github.com/facebook/react-native/pull/3493

Reviewed By: svcscm

Differential Revision: D2554892

Pulled By: javache

fb-gh-sync-id: 347a37eb95b20b7e92b985b6908e15462672e83c
2015-10-19 06:47:22 -07:00
..
RCTWebSocket.xcodeproj Implement WebSocket module for Android. Fixes #2837 2015-10-07 08:36:22 -07:00
__mocks__ Fix tests related to event-target-shim 2015-10-02 12:36:23 -07:00
RCTSRWebSocket.h Ran Convert > To Modern Objective C Syntax 2015-08-25 01:08:49 -08:00
RCTSRWebSocket.m (upstream) Prevent SocketRocket killing the connection before notifying of final messages 2015-10-19 06:47:22 -07:00
RCTWebSocketExecutor.h WebSocket polyfill 2015-05-14 09:37:02 -08:00
RCTWebSocketExecutor.m Use JSStringCreateWithUTF8CString and skip NSString decoding when loading the bundle 2015-10-16 08:11:25 -07:00
RCTWebSocketModule.h Implement WebSocket module for Android. Fixes #2837 2015-10-07 08:36:22 -07:00
RCTWebSocketModule.m Implement WebSocket module for Android. Fixes #2837 2015-10-07 08:36:22 -07:00
WebSocket.js Check that WS connection is open before closing it on failed. Fixes #3346 2015-10-14 08:46:12 -07:00
WebSocketBase.js Implement WebSocket module for Android. Fixes #2837 2015-10-07 08:36:22 -07:00
WebSocketEvent.js Implement WebSocket module for Android. Fixes #2837 2015-10-07 08:36:22 -07:00