|
|
|
@ -37,7 +37,7 @@ Provider.prototype.sendAsync = function (payload, callback) { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
Provider.prototype.send = function (payload, callback) { |
|
|
|
|
this.sendAsync(payload, callback || () => {}) |
|
|
|
|
this.sendAsync(payload, callback || function () {}) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
Provider.prototype.isConnected = function () { |
|
|
|
|