denoland / denoland/deploy_feedback
[Bug]: Cross Data-Center BroadCast Channel Events do NOT go through
- Dominant language
- No language data
- Stars
- 79
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
### Problem description
Broadcast channels do not propagate events from one datacenter to another.
The events get broadcasted when sender and receiver are connected to the same datacenter though.
Here is a minimal chat app that shows the datacenter you are connected to, https://deno-broadcast-test.deno.dev/, and it works correctly when users are connected to same DC, while messages do not go through when different.
### Steps to reproduce
1. use two laptops, one with vpn, or browserstack on a laptop with vpn.
2. one laptop has to pretend to be in Europe, the other in US.
3. visit https://deno-broadcast-test.deno.dev/ and send a message
4. the message dosn't arrive from one laptop to another when connected to different DC
5. on the other hand, when connected to the same, messages go though.
### Expected behavior
One would expect events send to the same Broadcast Channel in one DC to be receivable in another DC.
### Environment
_No response_
### Possible solution
_No response_
### Additional context
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.