(socket) replace a std::vector with an std::array used as a tmp buffer in Socket::readBytes

This commit is contained in:
Benjamin Sergeant
2020-11-11 21:39:31 -08:00
parent 594d2e194a
commit 4e2a40e031
4 changed files with 11 additions and 14 deletions

View File

@ -6,4 +6,4 @@
#pragma once
#define IX_WEBSOCKET_VERSION "11.0.0"
#define IX_WEBSOCKET_VERSION "11.0.1"