c164c47f08
Merge branch 'gpn19' into socketio
2019-06-20 10:08:36 +02:00
6a76efa791
fix #445 #446 set TCP timeout for ESP32 on connect
2019-06-20 10:06:21 +02:00
794163cec9
Merge branch 'gpn18' into socketio
2019-06-10 13:30:54 +02:00
3063ad27ae
clang-format
2019-06-10 13:00:01 +02:00
e8df841b7f
add support for ESP32 ETH.h see #443
2019-06-10 09:29:58 +02:00
0aa07421a6
add events for ping / pong rx #382
2019-05-30 20:15:03 +02:00
df3ef524b6
fix #428 by setting Insecure if we do not have a CA or fingerprint
2019-05-30 18:24:28 +02:00
8ec27b0468
fix indexOf #430
2019-05-30 16:52:20 +02:00
c361895a4b
add setCACert based on #434
2019-05-30 16:32:30 +02:00
1b6b42b877
processing client data before potential disconnect
2018-11-03 13:16:12 +01:00
d325bd338e
Merge branch 'master' into gpn18
2018-10-26 20:33:29 +02:00
68800e2e7a
implementing heartbeat
2018-10-23 18:01:33 +02:00
4db22fe5e4
make masking RFC complaint and fix #208
2018-09-23 16:49:10 +05:30
f95c014342
basic event sending works
2018-05-12 16:53:34 +02:00
8967356af3
improve ram usage on one char send
2018-05-12 15:27:08 +02:00
d2043bf8ef
start work for socket.IO
...
basic Engine.IO implementation
2018-05-12 15:13:50 +02:00
bde97179bf
fix unused parameter warnings
...
fix switch warinings
part of #319
2018-05-12 11:39:59 +02:00
a796079b0c
fix code style
2018-05-12 11:27:03 +02:00
e8c0d775fb
fix #146 HTTP Header handler
2018-05-12 11:22:16 +02:00
486a612693
allow usage of IPAddress #230
2018-05-10 20:12:48 +02:00
ac8d806085
Fix format specifiers
2018-05-10 01:16:39 +03:00
887683fabb
Merge branch 'master' into esp32
2018-02-06 20:24:03 +01:00
b87bce4466
add virtual to destructor #243
2017-10-04 19:17:21 +02:00
fa580a568f
Merge pull request #223 from robokoding/master
...
Add ESP32 support from @robokoding
2017-09-20 18:53:55 +02:00
a93a845780
add: ESP32 support
2017-09-03 10:06:00 +02:00
c64a082270
Merge branch 'write_big_data'
2017-08-19 21:36:10 +02:00
522a67bc1b
add setReconnectInterval for the Client
2017-08-19 21:16:07 +02:00
669f0b489e
Fix empty header issue
2017-07-19 11:12:00 +02:00
42ab3168c5
Switch to setting extra headers via function
2017-07-19 09:59:34 +02:00
ad07f3c665
Allow to disable "Origin" header
...
The origin header often makes trouble with current WebSocket implementations. Thus, we introduce the WEBSOCKET_HEADERS_NO_ORIGIN macro which disables this header it if defined.
2017-07-18 12:37:04 +02:00
a4533a028c
fix NULL ptr when server abort the connection ( #207 )
2017-07-08 08:38:05 +02:00
f68d9d8030
Adding method for beginSocketIOSSL
2017-06-18 12:50:07 +02:00
adb52b11e9
handle cases when not all data can be written to TCP stack #187
2017-04-09 17:58:23 +02:00
26140be6c9
fix #150 typo lenght -> length
2017-03-06 15:09:03 -05:00
34a2d282e4
allow to moves all Header strings to Flash (~300 Byte) #152
2017-02-22 15:30:58 +01:00
e93a323e56
add support for Fragmentation / continuation opcode Receive
2017-02-22 14:29:26 +01:00
60e3d1080e
Merge branch 'master' into master
2017-02-07 16:05:20 -05:00
6757b8b74c
Fix socket.io issue
...
Fix socket.io issue reference from https://github.com/Links2004/arduinoWebSockets/issues/167#issuecomment-276724057
2017-02-03 13:30:20 +07:00
bef2541ede
fix #162
...
missing isSocketIO init
2017-01-21 12:31:12 +01:00
dac71c4c23
moving host header
...
try to fix #159
2017-01-08 09:55:28 +01:00
0aaf50f87f
mask ping for client
...
fix #34
2017-01-06 10:44:25 +01:00
ab3b5bae46
Update WebSocketsClient.cpp
...
fix typo that was breaking the build
2016-11-24 02:25:01 -02:00
45bb7dbe23
Update WebSocketsClient.cpp
...
fix #140 Socket.io client doesn't reconnect to server
2016-11-23 17:39:48 +01:00
5cd68c5304
- Remove duplicate handshake headers
...
- Add debug log for displaying handshake headers
Host, Origin, and User-Agent were duplicated in the case the client was
not socketIO or if it was and has a sessionId
2016-11-16 18:35:14 -05:00
d2719573d4
add function to send WS ping
...
sendPing();
#130
2016-10-22 19:47:44 +02:00
7810d0d0b3
Make library compatible with Particle devices
2016-10-20 15:46:44 -04:00
529a86cc26
Merge pull request #90 from kenkus-futurice/master
...
Add socket.io client
2016-09-11 17:13:57 +02:00
b3d4367d10
fix spellings
2016-06-17 15:37:07 +01:00
f8a5acc9b7
Add socket.io client
2016-06-06 15:21:13 +03:00
6972f7a84e
Merge pull request #74 from wnemay/master
...
Adjustments to headers during client handshake.
2016-05-10 18:02:09 +02:00