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