@NGSegovia commented on this pull request.
@@ -169,12 +169,16 @@ int msrp_relay(msrp_frame_t *mf)
wsev.len = p - reqbuf;
wsev.id = con->id;
evp.data = (void *)&wsev;
+ tcpconn_put(con);
return sr_event_exec(SREV_TCP_WS_FRAME_OUT, &evp);
}
Updated. Thanks for the feedback.
--
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/2890#discussion_r734374209