(using Postman) At the beginning, both the join message and the broadcast message are received normally. I keep them connected for about 3 minutes. Send a message through
client_1
client_1
,
client_2
client_2
receives it normally, but
client_1
client_1
does not receive the broadcast message. Send more messages through
client_2
client_2
, but
client_1
client_1
does not receive them. Until about 90 seconds later
client_1
client_1
receives all the missing messages at once.
It's different every time, but something like this always happens when you need to hold a connection and wait for a while.
I'm not sure if the way I wrote it is wrong or it's a problem with the cloudflare service