feat: implement timeouts for all methods #34

Merged
lucasheld merged 1 commit from feature/timeouts into master 2023-05-19 13:50:40 +02:00
lucasheld commented 2023-05-07 13:46:19 +02:00 (Migrated from github.com)

The wait_timeout parameter was removed and a timeout parameter was added instead.
The new timeout parameter is used for several types of timeouts. It specifies how many seconds the client should wait for the connection, an expected event or a server response. The default timeout is 10 seconds.

closes #33

The `wait_timeout` parameter was removed and a `timeout` parameter was added instead. The new `timeout` parameter is used for several types of timeouts. It specifies how many seconds the client should wait for the connection, an expected event or a server response. The default timeout is 10 seconds. closes #33
simonmicro commented 2023-05-07 14:40:04 +02:00 (Migrated from github.com)

Perfect - looks very good! 👌

Perfect - looks very good! :ok_hand:
Sign in to join this conversation.
No description provided.