ursus
04/29/2025, 2:35 PMwebSocketSession.send(frame)
this suspends until it's actually sent? or only until enqueued (and will be sent later)?
if it's the later - is there a way to tell it's actually been delivered?
--
I need to update my entity's state from SENDING
to SENT
Oliver.O
04/30/2025, 9:41 AMursus
04/30/2025, 10:34 AM