WebSockets: extend 57fdce8
This commit is contained in:
parent
c362605b49
commit
742adad310
@ -58,7 +58,7 @@ class BaseArdourClient {
|
||||
}
|
||||
};
|
||||
|
||||
this._connect();
|
||||
await this._connect();
|
||||
}
|
||||
|
||||
disconnect () {
|
||||
@ -93,7 +93,7 @@ class BaseArdourClient {
|
||||
}
|
||||
|
||||
async _sendRecvSingle (node, addr, val) {
|
||||
return await this._sendAndReceive (node, addr, val)[0];
|
||||
return (await this._sendAndReceive (node, addr, val))[0];
|
||||
}
|
||||
|
||||
_onChannelMessage (msg) {
|
||||
|
Loading…
Reference in New Issue
Block a user