aiowamp.connect_transport¶
-
aiowamp.connect_transport(config)[source]¶ Connect a transport based on the config.
Parameters: config (
CommonTransportConfig) – Config to create the transport with.Return type: TransportABCReturns: A connected transport.
Raises: Notes
Uses
aiowamp.get_transport_factoryto get the transport factory from which the transport is created.