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
When I enqueue some messages via the Rails console, then load the page, the messages are never delivered.
Similarly when I load the load the page, then enqueue some messages in the first few seconds, these are not delivered too.
Only a few seconds after the page is loaded, then enqueue some messages, they get delivered from that moment on.
Any ideas where I can start looking? Using Nginx (proxy_buffering off) and Puma.
The text was updated successfully, but these errors were encountered:
@teejteej did you try tweaking the callbackInterval property? In our case, users subscribe to channels as they switch conversations, which triggers the long polling to abort and restart after a minimum interval defined by that property (15 seconds by default).
I'm not sure if that's your case, though, but you can decrease it to, say, 100ms, and see if helps.
Hi,
When I enqueue some messages via the Rails console, then load the page, the messages are never delivered.
Similarly when I load the load the page, then enqueue some messages in the first few seconds, these are not delivered too.
Only a few seconds after the page is loaded, then enqueue some messages, they get delivered from that moment on.
Any ideas where I can start looking? Using Nginx (proxy_buffering off) and Puma.
The text was updated successfully, but these errors were encountered: