@@ -138,7 +138,7 @@ namespace SuperWebSocket
/// Initializes a new instance of the <see cref="WebSocketServer<TWebSocketSession>"/> class.
/// </summary>
public WebSocketServer()
- : base()
+ : base(new WebSocketProtocol())
{
}