Module: kamailio Branch: master Commit: e77ba1cdf80b384bc55cc457d280b5fc0aef80db URL: https://github.com/kamailio/kamailio/commit/e77ba1cdf80b384bc55cc457d280b5fc...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-23T13:36:50+02:00
websocket: set the field for event route execution on timer removing
- GH #3950
---
Modified: src/modules/websocket/ws_conn.c
---
Diff: https://github.com/kamailio/kamailio/commit/e77ba1cdf80b384bc55cc457d280b5fc... Patch: https://github.com/kamailio/kamailio/commit/e77ba1cdf80b384bc55cc457d280b5fc...
---
diff --git a/src/modules/websocket/ws_conn.c b/src/modules/websocket/ws_conn.c index 2de1adf5e3f..945c38af924 100644 --- a/src/modules/websocket/ws_conn.c +++ b/src/modules/websocket/ws_conn.c @@ -709,6 +709,7 @@ void ws_timer(unsigned int ticks, void *param) LM_DBG("ws structure without active tcp connection\n"); wsc->state = WS_S_REMOVING; wsc->rmticks = get_ticks(); + wsc->run_event = 1; } else { tcpconn_put(con); }