Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit def029c

Browse files
committedDec 19, 2024·
rethrow readloop error
1 parent 5a21326 commit def029c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎Coder Desktop/Proto/Speaker.swift

+1
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ actor Speaker<SendMsg: RPCMessage & Message, RecvMsg: RPCMessage & Message> {
125125
}
126126
} catch {
127127
self.logger.error("failed to receive messages: \(error)")
128+
throw error
128129
}
129130
}
130131
}

0 commit comments

Comments
 (0)
Please sign in to comment.