[sr-dev] [kamailio/kamailio] nats: Add publish function (PR #2915)
Emmanuel Schmidbauer
notifications at github.com
Sun Nov 14 12:54:08 CET 2021
@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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20211114/090aef09/attachment.htm>
More information about the sr-dev
mailing list