-
- Downloads
connectionManager: fix shutdown
Since https://review.jami.net/c/ring-daemon/+/16668 handleControlPacket contains a shared_ptr to the mxsock pimpl. This means that closeConnectionsWith don't call the destructor like before and the shutdown is not triggered. So, force the shutdown to be called to fix testShutdownCallbacks() and call correctly all shutdown callbacks. Change-Id: I8aa8bec05650066261ac61d5fd42e1f20f99830a
Please register or sign in to comment