1
This commit is contained in:
@@ -176,7 +176,7 @@ namespace BITKit.Net
|
||||
_netServerImplementation1.StopServer(dispose);
|
||||
}
|
||||
|
||||
public bool IsRunningServer => _netServerImplementation1.IsRunningServer;
|
||||
public bool IsRunningServer => _netServerImplementation1 is { IsRunningServer: true };
|
||||
|
||||
public void SendMessageToClient(int id, string message)
|
||||
{
|
||||
|
Reference in New Issue
Block a user