mirror of
https://github.com/defold/extension-websocket.git
synced 2025-09-27 07:52:18 +02:00
Use the Emscripten websocket library instead of POSIX socket emulation (#33)
* Switched to direct javascript websockets * Skip the null termination on text messages when pushing * Moved Emscripten callbacks and some other PR improvements * STATE_CONNECT -> STATE_CREATE * Changed disconnect logic * Review feedback
This commit is contained in:
@@ -14,4 +14,3 @@ _dependencies = https://github.com/GameAnalytics/defold-openssl/archive/1.0.0.zi
|
||||
|
||||
[library]
|
||||
include_dirs = websocket
|
||||
|
||||
|
Reference in New Issue
Block a user