we should be doing this since years ago: force an EOSE if the relay refuses to give us one.
This commit is contained in:
@@ -122,7 +122,8 @@ func (sys *System) batchLoadReplaceableEvents(
|
||||
// query all relays with the prepared filters
|
||||
wg.Wait()
|
||||
multiSubs := sys.Pool.BatchedQueryMany(aggregatedContext, relayFilter, nostr.SubscriptionOptions{
|
||||
Label: "repl~" + strconv.Itoa(int(kind)),
|
||||
Label: "repl~" + strconv.Itoa(int(kind)),
|
||||
MaxWaitForEOSE: time.Second * 3,
|
||||
})
|
||||
for {
|
||||
select {
|
||||
|
||||
Reference in New Issue
Block a user