21521
This commit is contained in:
parent
8e036283a9
commit
4a7cb0dc2a
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue