pub async fn start_session(client: Client, port: Port) -> (Session, Task<()>)
Expand description

Returns a Session and a Task. The Task is not used by the client, but must remain in scope to avoid being destructed, as it drives the Session.