Endel Dreyer
Endel Dreyer
Hi @Snirozu, Now that I'm re-reading the error message - could this be happening because of `.send()` calls on a closed WebSocket connection? (`WebSocket connection has been closed, stopping the...
Hi @Archanadesai, can you provide the full stack trace? There are no `"Timer"` references inside the built `lib` directory, I'm afraid this error you're seeing is not related to this...
I've added some instructions for authentication, should do for now: https://github.com/gamestdio/colyseus-monitor#authentication
Hi @alexeychikk, thank you for the report - are you building your backend with Vite? Could you provide a repo where I can reproduce the issue? Not sure the issue...
Hi @joeky888, The intention of this project is to be a real drop-in replacement for Express. AFAIK nanoexpress has a slightly different API than Express, and is not fully compatible...
Hi @baochungit, this error looks suspicious as it indicates there was an error parsing the JSON body at [`http.lua:150`](https://github.com/colyseus/colyseus-defold/blob/022fcf602ea225ee7ad7dfd35e0059a2f5a2f5ff/colyseus/http.lua#L150C14-L150C31). However, if the server responded with `content-type: application/json` header it should've...
That makes sense, thanks for checking @baochungit, perhaps we should move this block before parsing the JSON then: https://github.com/colyseus/colyseus-defold/blob/master/colyseus/http.lua#L153-L155 This would likely fix: ```diff + if response.status == 0 then...
Hey @shashank7861, you can have a look at the JavaScript client test cases for more examples: https://github.com/doubleleft/hook-javascript/blob/d6904c3b0b20a7abad8cc9faa3f196e83d2bc140/tests/collections/upload_base64.js#L6
Hi @berdal84, this repository is 6 years old, and a lot has changed in the ecosystem since then. I'd recommend checking out a modern approach, such as this one: https://github.com/lukeed/typescript-module
LPUSHX has been implemented here: https://github.com/endel/memshared/pull/8