mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-03-30 18:35:59 +00:00
* make new smp client attempt to reconnect on network error * reconnect async wip * remove comments * trigger tryReconnectClient * add subscription before trying to take smp client * move atomically modify asyncClients * remove logs * corrections * don't put error into new smp client TMVar * UnliftIO async * re-work * test for connection to the server that was initially down * fix tests * additionally test that bob receives the message after re-connect * make test independent of event order Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>