Commit Graph

22 Commits

Author SHA1 Message Date
Thomas Farstrike f0c44a6dde websocket.py: enable reconnect 2025-11-12 00:31:26 +01:00
Thomas Farstrike e61792a9ce websocket.py: remove on_close() sleep 2025-11-11 23:58:28 +01:00
Thomas Farstrike 00d5b181dd Don't add "None" callbacks to the queue 2025-11-11 18:21:38 +01:00
Thomas Farstrike 0e69359231 websocket.py: back to original queue method 2025-11-11 16:11:17 +01:00
Thomas Farstrike 4152604bf4 websocket: use asyncio instead of threads 2025-11-11 10:40:46 +01:00
Thomas Farstrike 4c562deb17 websocket.py: fix on_close() callback 2025-11-10 07:45:11 +01:00
Thomas Farstrike f3f975cba4 websocket.py: don't add useless ping arguments 2025-11-09 00:29:13 +01:00
Thomas Farstrike 94479b866b websocket.py: comment 2025-11-09 00:16:50 +01:00
Thomas Farstrike db925ce9fb websocket.py: add ping callback support 2025-05-30 21:39:19 +02:00
Thomas Farstrike e9620b8a6a websocket: less verbose 2025-05-23 09:02:41 +02:00
Thomas Farstrike 23563bc907 websocket: show more debug 2025-05-22 21:06:24 +02:00
Thomas Farstrike 4d9f5ab83f improve exception handling 2025-05-21 12:27:02 +02:00
Thomas Farstrike c6aa98aeb6 reduce CPU usage 2025-05-20 22:47:24 +02:00
Thomas Farstrike e38e57d00a modify things 2025-05-20 16:41:51 +02:00
Thomas Farstrike 0c69fc6970 add stack size prints 2025-05-20 13:12:51 +02:00
Thomas Farstrike c923ad3032 add debug to aiohttp 2025-05-20 11:48:20 +02:00
Thomas Farstrike 019760fdf7 works like a charm! 2025-05-19 23:43:42 +02:00
Thomas Farstrike f32ebbd2a3 websocket works better now, the issue was an exception related to the empty queue 2025-05-19 22:19:47 +02:00
Thomas Farstrike 971e49f844 callbacks aren't being called in time 2025-05-19 21:41:18 +02:00
Thomas Farstrike a85d4a72a3 debug websocket 2025-05-19 21:19:01 +02:00
Thomas Farstrike 4a27a1316d websocket.py: remove run_coroutine_threadsafe for now 2025-05-19 15:29:21 +02:00
Thomas Farstrike cf681c2796 websocket.py: fix decue() 2025-05-19 15:09:48 +02:00