Skip to content

Commit 0e65c36

Browse files
committed
fixup! Rename Coder.Desktop.Rpc to Coder.Desktop.Vpn
1 parent 7a00c76 commit 0e65c36

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Vpn/Speaker.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,8 @@ private async Task ReceiveLoop(CancellationToken ct = default)
167167
// complete it with the message.
168168
if (_pendingReplies.TryRemove(message.RpcField.ResponseTo, out var tcs))
169169
tcs.SetResult(message);
170-
else
171-
// TODO: we should log unknown replies
172-
continue;
170+
// TODO: we should log unknown replies
171+
continue;
173172
}
174173

175174
// Start a new task in the background to handle the message.

0 commit comments

Comments
 (0)