bug fixed - mux #2015

This commit is contained in:
MHSanaei 2024-03-12 02:17:42 +03:30
parent 389b5408b1
commit 020d1adc55

View File

@ -477,7 +477,7 @@ class Mux extends CommonClass {
static fromJson(json = {}) {
if (Object.keys(json).length === 0) return undefined;
return new SockoptStreamSettings(
return new Mux(
json.enabled,
json.concurrency,
json.xudpConcurrency,