114 Commits

Author SHA1 Message Date
Erik Little
4564aebec1
Add way to skip binary inspection.
Still a WIP. ACKs still don't have a way to bypass
2018-03-30 14:16:54 -04:00
Erik Little
d24e8f83c6
Set reconnectAttempts in manager. Fixes #989 2018-03-30 09:40:19 -04:00
Erik Little
07c3678ea9
Remove MARK: for websockets methods 2018-03-02 11:33:46 -05:00
Erik Little
ef02247a0c
Use callbacks instead of delegate methods for Starscream 2018-03-02 11:28:35 -05:00
Erik Little
d811b194eb
Fix exclusive access issue 2018-03-01 10:15:28 -05:00
Erik Little
9b10cab925
Execute acks sync. Implement #950 2018-02-11 17:16:15 -05:00
Henri Salminen
8df1a12412 Fixes build warnings caused by documentation issues. 2018-01-30 14:28:58 +02:00
Erik Little
4ec634ccfd
Merge branch 'master' of https://github.com/slidoooor/socket.io-client-swift into development
* 'master' of https://github.com/slidoooor/socket.io-client-swift:
  fix insert invoked twice
2018-01-10 08:11:17 -05:00
slidoooor
fa7fcc8c3b fix insert invoked twice 2018-01-10 13:21:30 +08:00
Erik Little
8eca6249c0
add , to disconnect 2018-01-07 18:23:36 -05:00
Erik Little
658d5f5b71
Fix #923 2018-01-07 12:24:20 -05:00
Erik Little
9224e2b3e6
update reconnect documentation 2018-01-05 09:25:54 -05:00
Erik Little
f74eb8c88a
Fix #894 2017-12-20 07:11:31 -05:00
Erik Little
a611aee899
Fix #882. Don't automatically remove sockets from nsps since they might be used again 2017-11-28 08:10:45 -05:00
Erik Little
f0ac68e369
simplify ranges 2017-11-23 11:37:31 -05:00
Erik Little
3df5d6d0b4
Just use one boolean to determine polling/ws 2017-11-18 10:19:51 -05:00
Erik Little
ef2228cf29
use addHeaders 2017-11-17 14:11:03 -05:00
Erik Little
3525caedd1
Implement #684 2017-11-14 10:18:49 -05:00
Erik Little
943e94ed0e
Fix some documentation marks 2017-11-14 08:18:07 -05:00
Erik Little
05943767e5
Fix #865 2017-11-14 07:16:44 -05:00
Erik Little
fa34cd9be5
Fix documentation 2017-11-12 12:36:11 -05:00
Erik Little
3595662729
don't return optional from defaultSocket 2017-11-12 10:32:59 -05:00
Erik Little
d251b4de87
Fix #855 2017-11-08 08:17:36 -05:00
Erik Little
5cfc97386a
refactor SocketIOClient.handlePacket 2017-10-25 08:16:44 -04:00
Erik Little
cf597ae09d
Don't use NSDictionary in definitions 2017-10-22 10:26:16 -04:00
Erik Little
535f1700bf
nsp should be readonly now 2017-10-21 18:02:56 -04:00
Erik Little
5b52edd880
Add SocketManager for multiplexing namespaces 2017-10-21 17:17:29 -04:00
Erik Little
1ed87e571d
Change sentPing/gotPong to ping/pong since those are already reserved 2017-10-14 10:28:14 -04:00
Erik Little
bb1618faaf
Fix comment 2017-10-14 10:17:04 -04:00
Erik Little
c03fc96f04
Add ability to track ping/pongs 2017-10-14 10:15:36 -04:00
Erik Little
7b04309990
remove some code duplication 2017-10-14 09:43:27 -04:00
Erik Little
f9360fc94f
Add note about queue type 2017-10-11 08:28:12 -04:00
Erik Little
07dc3e4040
bump starscream version 2017-10-07 11:12:47 -04:00
Erik Little
cd2454373a
Treat transport open as joining the default namespace 2017-10-03 11:02:22 -04:00
Erik Little
665cfef8d3
document SocketPacket.PacketType 2017-10-01 10:52:30 -04:00
Erik Little
5e69272ebc
rename method 2017-10-01 10:08:00 -04:00
Erik Little
392e479c59
Document SSLSecurity class 2017-10-01 08:53:42 -04:00
Erik Little
fb02d154e1
Go back to Starscream 2.1.1
Add objc

Fix some warnings
2017-10-01 08:36:13 -04:00
Lukas Schmidt
6bff01a3b5
Proof of concept 2017-09-30 18:09:02 -04:00
Erik Little
819735efbf
Fix documentation 2017-09-30 13:48:35 -04:00
Erik Little
28cc8eef19
Don't set configs after connect 2017-09-30 13:32:44 -04:00
Erik Little
321bb186df
Allow changing config after init but before connect. Fixes #680 2017-09-30 13:19:49 -04:00
Erik Little
91eea96308
Make a bunch of things public. Fixes #803 2017-09-30 11:33:39 -04:00
Erik Little
486a89d407
More documentation 2017-09-30 10:24:40 -04:00
Erik Little
ca4261d8ca
work on fixing for latest version 2017-09-29 23:09:36 -04:00
Erik Little
752407fb67
More documentation 2017-09-29 22:09:38 -04:00
Erik Little
4d30b3c951
characters is going to be deprecated 2017-09-25 09:09:23 -04:00
Erik Little
2f92a69bb0
Add missing @objc 2017-09-19 20:07:12 -04:00
Erik Little
6ca72c5751
Update for latest xcode beta 2017-09-19 20:07:12 -04:00
Erik Little
4b48bdd3e5
guard creating prefixless data 2017-09-19 20:07:12 -04:00