Skip to content

Reconnect when connection is lost

meskio requested to merge meskio/bridgedb:rdsys_connection into main

After a reconnection we need to clean up the hashring, as we get the full list of bridges again. Also we can't reuse the body buffer for the request, let's create a new one for each.

Merge request reports