Skip to content

Commit 1374263

Browse files
committed
feat: failed_namespaces
1 parent 0428a9e commit 1374263

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/socketio-stubs/base_client.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ class BaseClient(Generic[_IsAsyncio, _T_co]):
5959
socketio_path: str | None
6060
sid: str | None
6161
connected: bool
62+
failed_namespaces: list[str | None]
6263
namespaces: dict[str, str | None]
6364
handlers: dict[str, Callable[..., Any]]
6465
namespace_handlers: dict[str, Callable[..., Any]]

0 commit comments

Comments
 (0)