(ws) upgrade to latest version of nlohmann json (3.9.1 from 3.2.0)

This commit is contained in:
Benjamin Sergeant
2020-08-13 22:10:38 -07:00
parent 8c5b28adce
commit d3bcbdac26
4 changed files with 12480 additions and 5907 deletions

View File

@ -97,7 +97,7 @@ namespace ix
url = it->second;
}
// append the uri to form the full url
// append the uri to form the full url
// (say ws://localhost:1234/foo/?bar=baz)
url += msg->openInfo.uri;

View File

@ -6,4 +6,4 @@
#pragma once
#define IX_WEBSOCKET_VERSION "10.1.9"
#define IX_WEBSOCKET_VERSION "10.2.0"