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
Imagine I have 3 Google Chrome/Firefox browser tab opened at once, every on the same page using Firehose. When I want to open fourth tab (on the same page) - it hangs and loading time is like 20 seconds. If I close third tab before fourth is fully loaded - it loads instantly. So connections block themselves somehow. I tried to run Rainbows! on 4 processes, but it doesn't help.
In my network tab I see websocketschannels@firehose, xhr, which gets 204 status after ~20s - I figured that's OK. Is is possible that browser blocks too many connections?
Stack: Firehose 1.4.0, Rainbows! 5.1.1 [no errors in logs],
Apache 2.4.25 [no errors in apache logs] config:
I'm not exactly sure what is happening. You could try without Apache, just in case that is the issue. I have never used Apache with websockets, so I'm not sure what that config would need to look like.
You mention using 3 tabs that work, but I only see 2 HTTP multiplexing POST entries in the Rainbows logs. Are there more logs somewhere?
Ultimately you need to identify where the connection is getting blocked. It could be the browser, Apache, or Rainbows. Seeing the full logs from all three might help narrow it down.
Hi,
Imagine I have 3 Google Chrome/Firefox browser tab opened at once, every on the same page using Firehose. When I want to open fourth tab (on the same page) - it hangs and loading time is like 20 seconds. If I close third tab before fourth is fully loaded - it loads instantly. So connections block themselves somehow. I tried to run Rainbows! on 4 processes, but it doesn't help.
In my network tab I see websocketschannels@firehose, xhr, which gets 204 status after ~20s - I figured that's OK. Is is possible that browser blocks too many connections?
Stack: Firehose 1.4.0, Rainbows! 5.1.1 [no errors in logs],
Apache 2.4.25 [no errors in apache logs] config:
How I use Firehose:
Rainbows logs:
I have no idea how to deal with this. I would be grateful for any help!
Edit: Propably problem with apache configuration, ws request should get 101 status instead of 200.
The text was updated successfully, but these errors were encountered: