holochain / syn

Generalized Holochain DNA and UI library for building real-time shared state hApps
Other
90 stars 11 forks source link

Browsers connected to localhost:8888 & localhost:8889 do not see each other's sessions #25

Open btakita opened 3 years ago

btakita commented 3 years ago

The https://localhost:8889 window does not see the session in the https://localhost:8888 window

I added some debug! statements to the init function https://github.com/holochain/syn/blob/main/zomes/syn/src/lib.rs#L340 in the zome, & the expected console output was not outputted when starting the zomes. I'm still familiarizing myself on how the RSM works, but this is unexpected to me.

zippy commented 3 years ago

Hmm, this is weird. I will test. I'm guessing this has to do with not specifying the proxy server when using bootstrap as the discovery mechanism.