fix: fixes Port issue

This commit is contained in:
Neil Dorin
2023-11-06 18:19:19 -07:00
parent 95312a827b
commit a876de73f1

View File

@@ -37,7 +37,6 @@ namespace PepperDash.Core
public void StartServerAndSetPort(int port)
{
Port = port;
_wssv = new WebSocketServer(port);
_wssv.Start();
}