Skip to content

🔧 old dns compatibility

Sylvain Fargier requested to merge wip-dns-refresh into master
  • send a request to dns when dis connection is lost

  • old dns (C implementation) flushes subscription when server disconnects, its associated cli does manually refresh subscription

  • new dns (this one) is kept as is, subscriptions are preserved

  • symptoms: when server went off and back on, clients were trying to reconnect old address forever not receiving notifications from dns anymore

Merge request reports