Commit Graph

4 Commits

Author SHA1 Message Date
Pablo Criado-Perez d18981ed93
feat: throw readloopclosed error if trying to connect once read loop is already closed (#1593)
* add timeout to jobs

* lint

* reverse timeout change

* fix failing tests
2025-07-12 11:19:17 +01:00
Pablo Criado-Perez 9dac1d4b83
feat: Expose option for user to edit max_queue_size in websockets, have async callbacks called in a task and update docs (#1570)
* add timeout to jobs

* feat: expose variable max_queue_size and have async callbacks called in a task

* fix tests

* fix proxy in test

* pass params to socket manager

* skip test in 3.7

* add pytest timeout

* improve logging and error throw on failed connection and add test

* update tests

* skip for 3.7

* pyright tests

* fix test

* comment coveralls

* add debug logging to test

* add more logigng test only file

* fix test

* run all tests

* reduce logging

* update symbol for test

* uncomment coveralls to test

* Revert "uncomment coveralls to test"

This reverts commit e7594669f5.
2025-04-07 14:44:14 +01:00
Pablo Criado-Perez 2b33f2a6ef
fix: fix test for 3.12 (#1518)
Co-authored-by: Pablo <pablo@Pablos-MacBook-Pro.local>
2024-12-22 14:00:41 +00:00
Pablo Criado-Perez 39bbd873ac
fix: reconnecting websocket (#1486)
* fix: adjust logs in reconnecting websocket

* fix error type

* change to debug

* add exception

* fix test

* update conect and redirect and add tests

* format

* fix test

* fix pyrihgt

* docs and format

* skip for 3.7

* fix for test in python 3.7

* ruff format

* add websockets_proxy as requirement

* websockets proxy docs and requiremetns
2024-12-02 09:39:43 +00:00