mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-04-09 04:18:02 +02:00
stop closing publishstatus connection and subscriptions.
I'm not sure about this but it seems to work better this way.
This commit is contained in:
parent
16c874cb8d
commit
5d1a29d135
@ -272,8 +272,6 @@ func (r *RelayPool) PublishEvent(evt *Event) (*Event, chan PublishStatus, error)
|
||||
}
|
||||
break
|
||||
}
|
||||
subscription.Unsub()
|
||||
close(status)
|
||||
}(relay, conn)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user