mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-13 12:36:38 +00:00
fix: fixes Port issue
This commit is contained in:
parent
95312a827b
commit
a876de73f1
1 changed files with 0 additions and 1 deletions
|
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue