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 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.
The text was updated successfully, but these errors were encountered:
nix-shell --run "hc s gen -r=8888,8889 -a syn -n 2 network -b https://bootstrap-staging.holo.host quic"
The https://localhost:8889 window does not see the session in the https://localhost:8888 window
I added some
debug!
statements to theinit
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.The text was updated successfully, but these errors were encountered: