Releases: dinghaoz/SocketRocket
Releases · dinghaoz/SocketRocket
Better Safe Delegate
Safe Delegate
Safe Delegate
CFRelease race condition
0.5.7 bump the version to 5.7
force to use python 2.7
0.5.6 force to use 2.7 python.
Fix Race Condition
0.5.5 bump the version
add bundle version
0.5.4 bump version
disable bitcode
0.5.3 don't enable bitcode
make it compile
Make copying optional when receiving data (#428) * Reduce memory usage Reduce memory usage by discarding, not resetting, the frame data buffer. Let delegate control copying. * Delegate methods expect `self` * Add `-sendWithoutCopyingData:error:` * Add `-webSocket:shouldCopyReceivedData:` * Fix error messages * Remove `-webSocket:shouldCopyReceivedData:` * Revert "Fix error messages" This reverts commit 4d5f5f018d0c953c9f9c9394f284f8358a039f90. * Fix typo * Copy only control frames * Fix error message