Skip to content

Commit 78826a6

Browse files
committed
代码整理,将QuickChannel.cs文件拆分为3个文件。
1 parent a0992c1 commit 78826a6

File tree

5 files changed

+791
-743
lines changed

5 files changed

+791
-743
lines changed

Quick.Protocol.WebSocket.Server.AspNetCore/QuickProtocolMiddlewareExtensions.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ public static IApplicationBuilder UseQuickProtocol(this IApplicationBuilder app,
4141
<p>ServerProgram:{string.Join(" | ", options.InstructionSet.Select(t => $"{t.Name}({t.Id})"))}</p>
4242
<p>InstructionSet:{DateTime.Now}</p>
4343
<p>MaxPackageSize:{options.MaxPackageSize}</p>
44-
<p>BufferSize:{options.BufferSize}</p>
45-
<p>BufferSize:{options.BufferSize}</p>
4644
<p>HeartBeatInterval:{options.HeartBeatInterval}</p>
4745
<p>Time:{DateTime.Now}</p>
4846
</body>

0 commit comments

Comments
 (0)