mirror of
https://github.com/nonebot/nonebot2.git
synced 2026-04-19 23:57:07 +00:00
♻️ add default timeout
This commit is contained in:
@@ -103,6 +103,7 @@ class Mixin(WebSocketClientMixin):
|
||||
{
|
||||
"open_timeout": open_timeout,
|
||||
"close_timeout": DEFAULT_TIMEOUT.close,
|
||||
"ping_timeout": DEFAULT_TIMEOUT.ping,
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user