Skip to content

Commit 82f0914

Browse files
committed
Fix connection hang upon failure to deserialize result values
1 parent e56b390 commit 82f0914

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/StreamJsonRpc/JsonRpc.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2658,6 +2658,7 @@ private async Task HandleRpcAsync(JsonRpcMessage rpc)
26582658
catch
26592659
{
26602660
this.OnResponseReceived(rpc);
2661+
throw;
26612662
}
26622663
}
26632664
else

0 commit comments

Comments
 (0)