New document doesn't stream in from peers on network
adamwiggins opened this issue · 2 comments
adamwiggins commented
Steps to reproduce, two machines:
- launch Trellis A, Document -> New
- launch Trellis B, connect to peergroup via introducer or Bonjour
- Trellis A -> Share to clipboard
- get the URL, Trellis B -> Open
Trellis B is left with a blank document:
To simulate this locally, just remove the Trellis file ("local cache") before launching the second Trellis, like this:
- launch Trellis A, Document -> New
- delete the file
~/Documents/Trellis/$docid.trellis
- connect to peergroup via
localhost:4242
or somesuch - launch Trellis B
Blank document, as above.
adamwiggins commented
Thought Orion fixed this last week, but I'm still seeing it on current master (c059287). Makes it really hard to test stuff with two clients.
adamwiggins commented
Actually this is fixed, what I'm hitting now is #34