aiowamp.connect¶
-
aiowamp.connect(url, *, realm, serializer=None, keyring=None)[source]¶ Connect to a router, join a realm, and create a client.
Parameters: Return type: ClientReturns: Client wrapping the established session.
Raises: Exception– If the connection fails.AbortError– If the joining was aborted.AuthError– If the authentication failed.