Skip to content

Releases: dinghaoz/SocketRocket

Better Safe Delegate

12 Jul 07:56

Choose a tag to compare

0.5.9

better safe delegate

Safe Delegate

12 Jul 03:34

Choose a tag to compare

Safe Delegate

CFRelease race condition

24 Jun 06:15

Choose a tag to compare

0.5.7

bump the version to 5.7

force to use python 2.7

19 Mar 04:30

Choose a tag to compare

0.5.6

force to use 2.7 python.

Fix Race Condition

15 Nov 06:42

Choose a tag to compare

0.5.5

bump the version

add bundle version

21 Aug 05:50

Choose a tag to compare

0.5.4

bump version

disable bitcode

21 Aug 03:02

Choose a tag to compare

0.5.3

don't enable bitcode

make it compile

12 Aug 14:48

Choose a tag to compare

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