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 c466d8e commit 886a276Copy full SHA for 886a276
src/BootstrapBlazor.Server/Components/Samples/Sockets/AutoReceives.razor.cs
@@ -29,7 +29,7 @@ protected override void OnInitialized()
29
base.OnInitialized();
30
31
// 从服务中获取 Socket 实例
32
- _client = TcpSocketFactory.GetOrCreate("demo-receive", options =>
+ _client = TcpSocketFactory.GetOrCreate("demo-auto-receive", options =>
33
{
34
options.LocalEndPoint = new IPEndPoint(IPAddress.Loopback, 0);
35
});
0 commit comments