A framework for building native applications using React
COMMITS
/ Libraries/WebSocket/RCTSRWebSocket.m January 20, 2022
M
fix race condition in iOS websocket implementation (#32847)
Michelle Laurenti committed
July 28, 2020
B
Update RCTSRWebSocket.m (#29419)
bill2004158 committed
December 18, 2019
A
Enabling RCTWebSocket on UIKitForMac (macOS Catalyst) (#27469)
Andy Matuschak committed
August 21, 2019
A
Remove ; from method implementation definition
Anatolii Shevchenko committed
July 25, 2019
J
CocoaPods frameworks compatibility: Step 2 (#25619)
James Treanor committed
July 4, 2019
R
Initial UIKitForMac support (#25427)
Radosław Pietruszewski committed
March 5, 2019
Z
Remove class check and make data constraint to NSData (#22633)
zhongwuzw committed
February 21, 2019
J
Enable profile builds by adding ObjC annotations
Joshua Gross committed
January 2, 2019
Z
Fix crash for web socket in some race conditions (#22439)
zhongwuzw committed
May 5, 2017
P
Merge RCTPackagerClient into RCTPackagerConnection
Pieter De Baets committed
November 23, 2016
P
Move all header imports to "<React/..>"
Pieter De Baets committed
August 16, 2016
P
Fix warning on unused return values in RCTSRWebSocket
Pieter De Baets committed
July 7, 2016
S
June 3, 2016
E
Fix the Origin: header used in WebSocket requests.
Ewan Mellor committed
April 1, 2016
P
Increase RN devtools retry timeout
Pieter De Baets committed
March 15, 2016
A
Backed out changeset 183744d2415b
Alexey Dodonov committed
C
Reverted commit D3040735
Christopher Dro committed
C
Update options parameter to headers. Update to spec.
Christopher Dro committed
February 1, 2016
J
iOS websocket: include cookies with request
Jelle van den Hooff committed
January 20, 2016
A
Added an optional options parameter for WebSockets
Andy Prock committed
November 14, 2015
N
Replaced RCTSparseArray with NSDictionary
Nick Lockwood committed
November 3, 2015
N
Added lightweight generic annotations
Nick Lockwood committed
October 19, 2015
August 24, 2015
N
Ran Convert > To Modern Objective C Syntax
Nick Lockwood committed
August 17, 2015
N
Convert alloc/init to new to please linter
Nick Lockwood committed
June 15, 2015
N
Increased warning levels to -Wall -Wextra, and fixed Xcode 7 beta issues
Nick Lockwood committed
May 14, 2015
H
WebSocket polyfill
Harrison Harnisch committed