mirror of
https://git.tesses.org/tesses50/tessesframework.git
synced 2026-08-01 16:15:31 +00:00
Fix license compliance and fix things up
This commit is contained in:
@@ -29,7 +29,7 @@ class WebSocketConn : public WebSocketConnection {
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
Tesses::Framework::TF_Init();
|
||||
HttpDictionary reqHeaders;
|
||||
HttpDictionary reqHeaders(false);
|
||||
std::shared_ptr<WebSocketConn> conn = std::make_shared<WebSocketConn>();
|
||||
WebSocketClient("ws://echo.websocket.org/", reqHeaders, conn);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user