Skip to content

Allow receiving a message while in the RES_IN_PROGRESS state of channel.

Simon Morlat requested to merge fix/unhandled_channel_event_error into master

Indeed, this state is temporarily achieved when doing DNS SRV query after DNS ttl timeout. The previous code resulted in any message being dropped and the channel to reach ERROR state when this happened.

Merge request reports