Add parameter to optimize repository.query, auto-connect when sending, optimize storage adapters

This commit is contained in:
Jon Staab
2025-01-02 09:27:35 -08:00
parent dab93d9b56
commit c1e9d99ad9
6 changed files with 83 additions and 40 deletions
+1
View File
@@ -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)
}