Skip to content

api: Remove all channel sender unwraps

To avoid crashes when the channel is closed and we try to send something we should manage the response of send instead of calling directly to unwrap.

Fix https://gitlab.gnome.org/GNOME/fractal/issues/527

Edited by Daniel Garcia Moreno

Merge request reports