react-native/Libraries/WebSocket
Ken Wheeler e6372719ea Fixes #3846
Summary: This fixes a  leak in regards to web sockets, detailed in #3846 . The connection state constants referenced the class rather than the instance and were coming back undefined.

cc brentvatne stephenelliot
Closes https://github.com/facebook/react-native/pull/3896

Reviewed By: svcscm

Differential Revision: D2626399

Pulled By: vjeux

fb-gh-sync-id: f42670003b68ed5b86f078d7ed74c2695f30fc69
2015-11-06 11:24:29 -08: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
__tests__ Fixes #3846 2015-11-06 11:24:29 -08:00
RCTSRWebSocket.h Added lightweight generic annotations 2015-11-03 14:49:30 -08:00
RCTSRWebSocket.m Added lightweight generic annotations 2015-11-03 14:49:30 -08: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 Don't throw runtime exception if WebSocket is already closed 2015-10-27 08:36:27 -07:00
WebSocketBase.js Fixes #3846 2015-11-06 11:24:29 -08:00
WebSocketEvent.js Implement WebSocket module for Android. Fixes #2837 2015-10-07 08:36:22 -07:00