ti4-companion
ti4-companion copied to clipboard
Remove /events POST
#23 introduces SignalR as the real-time session mechanism for clients
right now all clients in the same group (viewing the same session) receive events, including the sender
if we remove /events
POST and instead use SignalR to send events on backend, we will be able to broadcast the events to all connections excluding the sender, so that the sender doesn't receive the event they've just sent