fix: 🐛
This commit is contained in:
@@ -312,8 +312,8 @@ class ClientService extends EventTarget {
|
|||||||
subPromises.push(startSub())
|
subPromises.push(startSub())
|
||||||
|
|
||||||
async function startSub() {
|
async function startSub() {
|
||||||
startedCount++
|
|
||||||
const relay = await that.pool.ensureRelay(url)
|
const relay = await that.pool.ensureRelay(url)
|
||||||
|
startedCount++
|
||||||
return relay.subscribe(filters, {
|
return relay.subscribe(filters, {
|
||||||
receivedEvent: (relay, id) => {
|
receivedEvent: (relay, id) => {
|
||||||
that.trackEventSeenOn(id, relay)
|
that.trackEventSeenOn(id, relay)
|
||||||
|
|||||||
Reference in New Issue
Block a user