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
I don't know how exactly it should work, but I believe the server should have a database for room_subscribtions with:
room id
subscription id
some socket or IP to send messages to
When ever a message is created or updated in a room (or the room itself), everyone subscribed to the room should be updated with a message. The format of this message is to be decided.
The text was updated successfully, but these errors were encountered:
I don't know how exactly it should work, but I believe the server should have a database for room_subscribtions with:
When ever a message is created or updated in a room (or the room itself), everyone subscribed to the room should be updated with a message. The format of this message is to be decided.
The text was updated successfully, but these errors were encountered: