(err)
| 174 | |
| 175 | @peer.on(PeerEventType.Error) |
| 176 | def peer_error(err): |
| 177 | logger.exception('Peer error {}', err) |
| 178 | logger.warning('peerConnectionStatus {}', peerConnectionStatus) |
| 179 | # retry peer connection in a few seconds |
| 180 | # loop = asyncio.get_event_loop() |
| 181 | # loop.call_later(3, pnp_service_connect) |
| 182 | |
| 183 | # remote peer tries to initiate connection |
| 184 | @peer.on(PeerEventType.Connection) |
nothing calls this directly
no outgoing calls
no test coverage detected