Merge branch 'master' of github.com:Links2004/arduinoWebSockets

This commit is contained in:
Links
2019-07-20 13:47:55 +02:00
2 changed files with 5 additions and 1 deletions

View File

@@ -188,7 +188,7 @@ void SocketIOclient::handleCbEvent(WStype_t type, uint8_t * payload, size_t leng
break;
}
} break;
case WStype_ERROR:
case WStype_BIN:
case WStype_FRAGMENT_TEXT_START:
case WStype_FRAGMENT_BIN_START: