-
-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The editor content does not sync on different browsers #63
Comments
I can confirm, that I have the same issue. Link to minimal reproduction example: https://github.com/tim-hilt/syncedstore/blob/webrtc-minimal-repro/app/page.tsx It works with |
90% sure this is because the default signaling servers have crashed. Host your own and things seem to work. |
I had problems with firefox using this library, maybe it's related. |
@iamnafets I also have same problem, but I found out that when we console.log peers, they are being added to bcPeers, not to the webrtcPeers. But I dont know how to make them add in the webrtcPeers {
"added": [
"1348b4c7-04f9-465b-98d3-55f1c211926f"
],
"removed": [],
"webrtcPeers": [],
"bcPeers": [
"1348b4c7-04f9-465b-98d3-55f1c211926f"
]
} |
So any news since so long ? It seems to be quite the core functionnality of this lib, right ? |
Checklist
Describe the bug
The editor content is sync across the tabs of the same browsers.
But it does not sync with different browsers.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The editor content should be the same on different browsers.
Environment Information
The text was updated successfully, but these errors were encountered: