Add parameter to optimize repository.query, auto-connect when sending, optimize storage adapters
This commit is contained in:
@@ -47,6 +47,7 @@ export class Connection extends Emitter {
|
||||
throw new Error(`Attempted to send message on ${this.status} connection`)
|
||||
}
|
||||
|
||||
this.socket.open()
|
||||
this.sender.push(message)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user