We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c4840b commit 5139740Copy full SHA for 5139740
src/Cnblogs.DashScope.Core/DashScopeClientWebSocket.cs
@@ -13,7 +13,7 @@ public sealed class DashScopeClientWebSocket : IDisposable
13
{
14
private static readonly UnboundedChannelOptions UnboundedChannelOptions = new()
15
16
- SingleReader = true, SingleWriter = true,
+ SingleWriter = true,
17
};
18
19
private readonly ClientWebSocket _socket = new();
0 commit comments