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 8b80132

Browse files
committedJan 14, 2025·
fm t
1 parent fafff84 commit 8b80132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Coder Desktop/VPNLib/Speaker.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ extension Speaker: AsyncSequence, AsyncIteratorProtocol {
154154
guard msg.rpc.responseTo == 0 else {
155155
logger.debug("got RPC reply for msgID \(msg.rpc.responseTo)")
156156
do {
157-
try await self.secretary.route(reply: msg)
157+
try await secretary.route(reply: msg)
158158
} catch {
159159
logger.error(
160160
"couldn't route RPC reply for \(msg.rpc.responseTo): \(error)")

0 commit comments

Comments
 (0)
Please sign in to comment.