An open API service indexing awesome lists of open source software.

https://github.com/endel/defold-extension-websocket-issue

https://forum.defold.com/t/extension-websocket-beta-testing/66216/23
https://github.com/endel/defold-extension-websocket-issue

Last synced: 8 months ago
JSON representation

https://forum.defold.com/t/extension-websocket-beta-testing/66216/23

Awesome Lists containing this project

README

          

# defold's extension-websocket bug

This example demonstrates an issue that the new Defold's [extension-websocket](https://github.com/defold/extension-websocket) has receiving multiple messages at the same time.

## Running the server

```
cd Server
npm install
npm start
```