ti4-companion icon indicating copy to clipboard operation
ti4-companion copied to clipboard

Remove /events POST

Open tarnas14 opened this issue 3 years ago • 0 comments

#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

tarnas14 avatar Sep 14 '21 21:09 tarnas14