CitadelCore.Windows
CitadelCore.Windows copied to clipboard
Citadel Core platform-specific implementation for Windows
Check if connInfo is null, if so, then use a predefined pid for process. Usually null connInfo is a connection from systm with pid 0. This error might happen in...
If I am understanding the code correctly, OnFirewallCheck(FirewallRequest request) in program.cs is meant to decide weather to filter or not. So far, I've used the ip addresses and compared them...
On websocket termination (triggered by browser tab closure), a number of catch blocks catch an exception. The relevant code and stack trace is appended. I normally just ignore these errors...