webdis icon indicating copy to clipboard operation
webdis copied to clipboard

Multiple browser tabs can't subscribe to same channel

Open adamthehutt opened this issue 10 years ago • 1 comments

Hi,

It appears that if multiple tabs in the same browser window attempt to subscribe to the same pubsub channel that the first one to successfully subscribe blocks the others from doing so. The second HTTP request never actually completes.

If I try to connect to the same channel from two different browsers, or two different channels from the same window, then it works just fine.

I haven't been able to test this using websockets; the above experience is using the chunked transfer encoding model.

UPDATE: This does not seem to be a problem with the websockets approach.

Any advice?

Thanks, Adam

adamthehutt avatar Mar 07 '14 19:03 adamthehutt

+1 I am getting the same problem... really weird...

penguinpowernz avatar Oct 31 '14 14:10 penguinpowernz