mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-04-03 06:16:04 +00:00
Stop trying to disconnect the peer when aborting RTSP handshake. It's unsafe without additional synchronization.
This commit is contained in:
@@ -288,9 +288,8 @@ void terminateRtspHandshake(void) {
|
||||
shutdownTcpSocket(sock);
|
||||
}
|
||||
|
||||
if (peer != NULL) {
|
||||
enet_peer_disconnect_now(peer, 0);
|
||||
}
|
||||
// FIXME: We should try to interrupt ENet here, but we must
|
||||
// be sure to do it safely. We may need to add a new lock for this.
|
||||
}
|
||||
|
||||
// Send RTSP OPTIONS request
|
||||
|
||||
Reference in New Issue
Block a user