-
Notifications
You must be signed in to change notification settings - Fork 133
Open
Description
When using long polling I discovered there is a significant delay when message is written to client's IO
message_bus/lib/message_bus/connection_manager.rb
Lines 34 to 36 in 12dd450
| client.synchronize do | |
| client << msg | |
| end |
and when the message is sent through the network. It varies but usually within the range 300-1000ms.
ActionController::Live in comparison sends data as soon as it is written (0ms delay)
Do you have any clues where that delay might come from?
I tried locally with Rails development and production mode on MacOS.
Metadata
Metadata
Assignees
Labels
No labels