Jamie Lord
Jamie Lord
@dcousens any update on this issue? We would love to use Keystone for our product but this is a show-stopping problem as Keystone is unusable when hosted on Linux.
I've just had exactly the same experience
I came across this bug too. Simply did this instead: ``` private XElement ReadMpdTag() { using (_stream) { _stream.Seek(0, SeekOrigin.Begin); return XElement.Load(_stream); } } ```
To allow seamless syncing, perhaps https://github.com/automerge/automerge is an option?