(websocket client) better error propagation when errors are detected while sending data + (ws send) detect failures to send big files, terminate in those cases and report error (troubleshooting #140)

This commit is contained in:
Benjamin Sergeant
2020-01-06 14:34:09 -08:00
parent c62ad5f466
commit a5bc39be55
6 changed files with 844 additions and 20 deletions

View File

@ -6,4 +6,4 @@
#pragma once
#define IX_WEBSOCKET_VERSION "7.9.0"
#define IX_WEBSOCKET_VERSION "7.9.1"