JCash e105702c79 Issue 13: Added support for connect sequence timeout
Decreased the select timeout when reading headers
Don't call callback with DISCONNECTED if the connection was never connected
2020-10-17 11:40:53 +02:00
2020-10-13 09:14:21 +02:00
2020-08-19 11:04:35 +02:00
2020-09-02 16:54:37 +02:00
2020-08-19 11:04:35 +02:00

Defold websocket extension

Installation

To use this library in your Defold project, add the following URL to your game.project dependencies:

https://github.com/defold/extension-websocket/archive/master.zip

We recommend using a link to a zip file of a specific release.

API reference

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.
Description
No description provided
Readme 17 MiB
Languages
C 63.9%
C++ 36.1%