mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-01-11 19:44:44 +00:00
fix: fixes Port issue
This commit is contained in:
@@ -37,7 +37,6 @@ namespace PepperDash.Core
|
||||
|
||||
public void StartServerAndSetPort(int port)
|
||||
{
|
||||
Port = port;
|
||||
_wssv = new WebSocketServer(port);
|
||||
_wssv.Start();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user