Add sockets property to all targets
This commit is contained in:
@@ -10,6 +10,9 @@ export class Relay {
|
||||
})
|
||||
})
|
||||
}
|
||||
get sockets() {
|
||||
return [this.socket]
|
||||
}
|
||||
async send(...payload) {
|
||||
await this.socket.connect()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user