Seems to be fully working

This commit is contained in:
2026-01-15 00:02:26 +01:00
parent 3f7122d30a
commit 0bbf7c2a30
4 changed files with 189 additions and 48 deletions

View File

@@ -49,6 +49,7 @@ namespace EmbedIO.WebSockets
private TimeSpan _keepAliveInterval;
private Encoding _encoding;
private PeriodicTask? _connectionWatchdog;
private bool _allowNullProtocol = false;
/// <summary>
/// Initializes a new instance of the <see cref="WebSocketModule" /> class.