* Start handling messages from the transport. Returns immediately — the * session lives for as long as the transport is open.
()
| 124 | * session lives for as long as the transport is open. |
| 125 | */ |
| 126 | start(): void { |
| 127 | this.transport.start(this.handleMessage.bind(this)); |
| 128 | } |
| 129 | |
| 130 | /** |
| 131 | * Tear down the session. Does NOT touch the engine (the engine may serve |