feat: NostrQueryManager

This commit is contained in:
2024-01-08 13:55:59 +00:00
parent cae865a3e7
commit 88924941a5
5 changed files with 201 additions and 118 deletions

View File

@ -256,6 +256,7 @@ export class Connection extends EventEmitter<ConnectionEvents> {
case "CLOSED": {
this.emit("closed", msg[1] as string, msg[2] as string);
this.#log(`CLOSED: ${msg.slice(1)}`);
break;
}
default: {
this.#log(`Unknown tag: ${tag}`);