add handling for Socket.IO V3 connection

This commit is contained in:
Links
2020-11-21 16:19:59 +01:00
parent 9470961d85
commit c5900db636
2 changed files with 45 additions and 9 deletions

View File

@@ -215,6 +215,7 @@
typedef enum {
WSC_NOT_CONNECTED,
WSC_HEADER,
WSC_BODY,
WSC_CONNECTED
} WSclientsStatus_t;