This commit is contained in:
wrapper 2025-07-17 13:34:10 +07:00
parent 8e036283a9
commit 4a7cb0dc2a

View file

@ -119,7 +119,7 @@ class SRTConnection extends EventEmitter {
}
async setSocketOpt(opt, val) {
await this._asyncSrt.setSockOpt(this.fd, opt, val);
return await this._asyncSrt.setSockOpt(this.fd, opt, val);
}
}