mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-11-19 18:47:37 +01: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
|
break
|
||||||
}
|
}
|
||||||
subscription.Unsub()
|
|
||||||
close(status)
|
|
||||||
}(relay, conn)
|
}(relay, conn)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user