You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.
Also the room codes are now 64 bit integers. They looks something like 9187201950435737471, this can be changed. We can probably make this 16 bits instead and use hex on the frontend or something.
I am going to try documenting what is changing here before I forget.
For the most part I have kept it the same, but there are a few things that you will need to update, sorry.
Stuff that has def changed:
You should only need to change stuff like, instead of
event.client_id
->event.payload.client_id
I think this is all that has changed, so hopefully I am correct. Will start testing with the real frontend soon.
Also, Go should be able to handle certs for doing wss if we want to do that, but it probably doesn't matter.
The text was updated successfully, but these errors were encountered: