fix: 🐛

This commit is contained in:
codytseng
2025-03-12 23:14:07 +08:00
parent 759cd73af4
commit 24a18e4d7a

View File

@@ -312,8 +312,8 @@ class ClientService extends EventTarget {
subPromises.push(startSub())
async function startSub() {
startedCount++
const relay = await that.pool.ensureRelay(url)
startedCount++
return relay.subscribe(filters, {
receivedEvent: (relay, id) => {
that.trackEventSeenOn(id, relay)