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
i noticed nostr relays stopped working and then also noticed an issue reported about nostr getting spammed, so i looked into using firebase and supabase instead, but now i can't seem to get data to transfer between peers:
onPeerJoin and onPeerLeave don't seem to be working for either firebase and supabase as of 0.20.0 in my minimal demo code:
you can use these to reproduce the bug for yourself, but you'll have to supply your own URLs and API keys to actually run the code. (aside: i had to download the minified files from https://github.com/dmotz/trystero/releases/tag/0.20.0 instead of using CDNs for some reason)
The text was updated successfully, but these errors were encountered:
"Trystero: no peer with id <...random-string-that-doesn't-match-local-selfId...> found" when using firebase https://github.com/dmotz/trystero/blob/main/src/room.js#L54
it seems that the peerIds being stored in firebase don't match the peers' own peerIds, or peerMap isn't getting properly populated to match firebase?
i noticed nostr relays stopped working and then also noticed an issue reported about nostr getting spammed, so i looked into using firebase and supabase instead, but now i can't seem to get data to transfer between peers:
onPeerJoin
andonPeerLeave
don't seem to be working for either firebase and supabase as of 0.20.0 in my minimal demo code:you can use these to reproduce the bug for yourself, but you'll have to supply your own URLs and API keys to actually run the code. (aside: i had to download the minified files from https://github.com/dmotz/trystero/releases/tag/0.20.0 instead of using CDNs for some reason)
The text was updated successfully, but these errors were encountered: