mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-07-30 00:39:16 +02:00
Merge branch 'main' of https://github.com/NoobishSVK/fm-dx-webserver
This commit is contained in:
@@ -234,6 +234,7 @@ class StreamServer {
|
|||||||
}
|
}
|
||||||
Run() {
|
Run() {
|
||||||
this.Server = new ws.Server({
|
this.Server = new ws.Server({
|
||||||
|
"host": "127.0.0.1",
|
||||||
"port": this.Port,
|
"port": this.Port,
|
||||||
"clientTracking": true,
|
"clientTracking": true,
|
||||||
"perMessageDeflate": false
|
"perMessageDeflate": false
|
||||||
|
|||||||
Reference in New Issue
Block a user