mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-08-03 00:12:17 +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:
@@ -272,8 +272,6 @@ func (r *RelayPool) PublishEvent(evt *Event) (*Event, chan PublishStatus, error)
|
||||
}
|
||||
break
|
||||
}
|
||||
subscription.Unsub()
|
||||
close(status)
|
||||
}(relay, conn)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user