mavlink / mavlink-camera-manager

MAVLink Camera Manager Service
MIT License
84 stars 25 forks source link

MCM freezes from Broken Pipe on WebRTC's websocket #410

Closed joaoantoniocardoso closed 2 weeks ago

joaoantoniocardoso commented 2 weeks ago
thread 'tokio-runtime-worker' panicked at src/stream/webrtc/signalling_server.rs:143:29:
Failed closing the WebSocket: Io(
    Os {
        code: 32,
        kind: BrokenPipe,
        message: "Broken pipe",
    },
)