@eschmidbauer commented on this pull request.
@@ -519,6 +614,7 @@ int init_nats_server_url_add(char
*url)
n = n->next;
}
n = _init_nats_server_list_new(url);
+ _init_nats_server_conn(n);
this initiates connections to the servers but each subscriber still maintains a separate
connection to each server. i think it would make sense to change all subscriber workers to
use the same connections as publishers
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/2915#pullrequestreview-805462498