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 think this is fairly easy to implement if we restrict it to real-time websockets. We would only need to "hook" into the respective methods that cause the relevant events and (asynchronously, so that requests itself don't slow down) notify clients via the websocket. After opening a websocket connection, a client could configure what exactly they would like to receive.
This is a rough idea of a feature: implement a websocket endpoint to send notifications to users:
likely requires #40.
In a far later release all kind of changes could be send via websockets allowing collaborative real-time editing
The text was updated successfully, but these errors were encountered: