i can (quite) reliably reproduce this bug on today's HEAD (commit
1ded1730c7fe81596d874fdc314dab64a7dab25b) on Ubuntu 22.04.3, compiled with
OpenSSL 3.0.2, with `--atexit=0`, the tls module loaded first, and init mode 1.
In my case it happens when using the http_client module to make many concur
if it helps, we also tried a custom python implementation using kemi to replace
the http_client calls, obtaining the same segfault in the ssl code
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3635#issuecomment-1821195170
You are receiving this
### Description
if multiple sip websocket clients are subscribed to some UA and one of the
watchers suddenly disappears (e.g. the web page is reloaded), then no NOTIFY is
ever sent after issuing a `pres_refresh_watchers()`.
The following error is logged:
```
WARNING: [core/msg_translator.c:30
I tried the commit and i can confirm that it works as intended (the errors in
the logs and the stale watchers are of course there, but the notifys to the
valid connections are now sent through).
thanks
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/i