Skip to content

matrix-utils: On timeout return the right error

If the task is cancelled, the error domain will be G_IO_ERROR_CANCELLED We want to return G_IO_ERROR_TIMED_OUT so that the caller will retry to reconnect

Merge request reports