Sandro

Results 26 comments of Sandro

I have the same problem on Linux Mint 19 with Cinnamon desktop.

@jongerrish Thanks for your quick response. I put the test under "test" folder, not "androidTest". I guess that is correct (?). Debugging gave me these properties: ``` "android_sdk_home" -> "/home/user/Android/Sdk/platforms/android-28"...

@endel No, we switched to the aforementioned async / await syntax and that magically resolved the issue. 😄

> We already fix this issue on our end by throwing an exception from the onCreate, so feel free to close this issue. Hey @german-teamflowhq could you please share an...

I've managed to fix this error on our side. It was indeed a race condition related to a `room.unlock()` call. It happened when unlock was called while the room is...

@endel We are still seeing this issue despite using the latest version of Colyseus (`0.15.0-preview.6`). Our `roomcount` hash is full of dead instances, all of them holding 1-3 "clients". This...

We'd appreciate this feature as well. 🙌 Is there an example of how to set up the workaround with react-router?

We are currently experiencing challenges regarding this issue. Our use case involves deploying our React application in two distinct environments, each with unique requirements: 1) As a pre-rendered MPA on...

I see why this is a problem for MPAs and SSR environments. But I wonder if it would be possible to make relative base paths work in an SPA. For...

@brillout I understand and respect your stance on not focusing on features for a minority of users. I'm not expecting you to invest time in our specific issue, but I...