Skip to content

Commit 5139740

Browse files
committed
feat: allow multi-read
1 parent 7c4840b commit 5139740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cnblogs.DashScope.Core/DashScopeClientWebSocket.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public sealed class DashScopeClientWebSocket : IDisposable
1313
{
1414
private static readonly UnboundedChannelOptions UnboundedChannelOptions = new()
1515
{
16-
SingleReader = true, SingleWriter = true,
16+
SingleWriter = true,
1717
};
1818

1919
private readonly ClientWebSocket _socket = new();

0 commit comments

Comments
 (0)