mirror of
https://github.com/defold/extension-websocket.git
synced 2025-09-28 00:02:21 +02:00
Issue 8: Handle the websocket close event
This commit is contained in:
12
README.md
12
README.md
@@ -9,4 +9,14 @@ We recommend using a link to a zip file of a [specific release](https://github.c
|
||||
|
||||
## API reference
|
||||
|
||||
https://defold.com/extension-websocket/api/
|
||||
https://defold.com/extension-websocket/api/
|
||||
|
||||
## Debugging
|
||||
|
||||
In order to make it easier to debug this extension, we provide a `game.project` setting `websocket.debug`.
|
||||
|
||||
Set it to:
|
||||
|
||||
* `0` to disable debugging (i.e. no debug output).
|
||||
* `1` to display state changes.
|
||||
* `2` to display the messages sent and received.
|
||||
|
Reference in New Issue
Block a user