equalitie / ouisync

A secure peer-to-peer file synchronization app.
https://ouisync.net
Mozilla Public License 2.0
49 stars 9 forks source link

Add reset support to channeled sessions #176

Closed za-creature closed 1 week ago

za-creature commented 3 weeks ago

Channeled sessions communicate with the library via some host-provided IPC link that can fail for any number of reasons, though usually because the remote peer is shutting down. This updates the dart-to-native protocol to allow the host to detect and update the user interface when this happens.