mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-06-17 14:21:30 +00:00
Fix missing status checks
This commit is contained in:
@@ -195,6 +195,9 @@ int startAudioStream(void) {
|
||||
callbacks.init();
|
||||
|
||||
rtpSocket = bindUdpSocket(RTP_PORT);
|
||||
if (rtpSocket == INVALID_SOCKET) {
|
||||
return LastSocketError();
|
||||
}
|
||||
|
||||
err = PltCreateThread(UdpPingThreadProc, NULL, &udpPingThread);
|
||||
if (err != 0) {
|
||||
|
||||
Reference in New Issue
Block a user