8000 fix #162 · mgbckr/arduinoWebSockets@bef2541 · GitHub
[go: up one dir, main page]

Skip to content

Commit bef2541

Browse files
committed
missing isSocketIO init
1 parent dac71c4 commit bef2541

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/WebSocketsClient.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ void WebSocketsClient::begin(const char *host, uint16_t port, const char * url,
6363
_client.cVersion = 0;
6464
_client.base64Authorization = "";
6565
_client.plainAuthorization = "";
66+
_client.isSocketIO = false;
6667

6768
#ifdef ESP8266
6869
randomSeed(RANDOM_REG32);

0 commit comments

Comments
 (0)
0