Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit faec42f

Browse files
authored
doc(Modbus): add not support wasm documentation (#6741)
* chore: 更新依赖包 * chore: 更新依赖包 * doc: 增加不支持 wasm 说明
1 parent 02b014c commit faec42f

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

src/BootstrapBlazor.Server/BootstrapBlazor.Server.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@
8181
<PackageReference Include="BootstrapBlazor.VideoPlayer" Version="9.0.3" />
8282
<PackageReference Include="BootstrapBlazor.WinBox" Version="9.0.7" />
8383
<PackageReference Include="Longbow.Logging" Version="9.0.1" />
84-
<PackageReference Include="Longbow.Modbus" Version="9.0.2" />
85-
<PackageReference Include="Longbow.Socket" Version="9.0.3" />
84+
<PackageReference Include="Longbow.Modbus" Version="9.0.4" />
85+
<PackageReference Include="Longbow.Sockets" Version="9.0.0" />
8686
<PackageReference Include="Longbow.Tasks" Version="9.0.2" />
87-
<PackageReference Include="Longbow.TcpSocket" Version="9.0.4" />
87+
<PackageReference Include="Longbow.TcpSocket" Version="9.0.7" />
8888
</ItemGroup>
8989

9090
<ItemGroup>

src/BootstrapBlazor.Server/Components/Samples/Modbus/ModbusFactories.razor

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
<PackageTips Name="Longbow.Modbus" />
88

9+
<Tips><div>特别注意:本服务需要 <code>Socket</code> 支持,不支持 <code>wasm</code> 模式</div></Tips>
10+
911
<p class="code-label">1. 服务注入</p>
1012

1113
<Pre>services.AddModbusFactory();</Pre>

src/BootstrapBlazor.Server/Components/Samples/Sockets/SocketFactories.razor

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
<PackageTips Name="Longbow.TcpSocket" />
88

9+
<Tips><div>特别注意:本服务需要 <code>Socket</code> 支持,不支持 <code>wasm</code> 模式</div></Tips>
10+
911
<p class="code-label">1. 服务注入</p>
1012

1113
<Pre>services.AddTcpSocketFactory();</Pre>

0 commit comments

Comments
 (0)