()
| 291 | |
| 292 | @peerConnection.on(ConnectionEventType.Close) |
| 293 | async def pc_close(): |
| 294 | logger.info('Connection to remote peer closed') |
| 295 | |
| 296 | |
| 297 | async def pnp_service_connect() -> Peer: |
nothing calls this directly
no outgoing calls
no test coverage detected