[Modify] With new

This commit is contained in:
sta 2021-10-15 19:16:00 +09:00
parent c4f54dc876
commit 41c674ca2d

View File

@ -31,7 +31,7 @@ using System;
namespace WebSocketSharp.Server
{
internal class WebSocketServiceHost<TBehavior> : WebSocketServiceHost
where TBehavior : WebSocketBehavior
where TBehavior : WebSocketBehavior, new ()
{
#region Private Fields