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
- Host: GitHub
- URL: https://github.com/endel/defold-extension-websocket-issue
- Owner: endel
- Created: 2020-09-24T18:43:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-26T21:35:45.000Z (over 5 years ago)
- Last Synced: 2025-04-06T00:11:27.589Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```