Files
fusionpbx/core
frytimo 599885daf6 Fix bug by adding 'tries' counter so reading websocket data can return (#7471)
When reading web socket data, the loop will run forever if there is no more data available in a chunk. This fix will add a counter to how many times it tries to read before a timeout is reached.
Fixed a problem where the constructor parameter for permission_filter was not being fulfilled. This can cause a crash also leading to the read of web socket data to begin looping.
Added better debugging information by using the topic of the websocket_message instead of the payload data. This would cause some messages to appear empty when they were not.
Added a wait state for re-connecting to the web socket server for system status service so it would not exit immediately when the websocket server exited.
Added more PHPDoc Block information.
2025-08-27 08:02:21 -06:00
..
2025-08-19 10:02:16 -06:00
2025-07-05 09:45:01 -06:00
2025-07-09 12:58:21 -06:00
2024-11-29 13:57:01 -07:00
2024-11-29 13:57:01 -07:00
2025-07-31 08:08:26 -06:00
2025-07-15 01:36:52 -06:00