Skip to content

Commit

Permalink
readded eose
Browse files Browse the repository at this point in the history
  • Loading branch information
avlo committed Oct 22, 2024
1 parent accf73b commit 903db4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ public void subscriptionEventHandler(@NonNull Long subscriberSessionHash) {
redisCache.getAll().forEach((kind, eventMap) ->
eventMap.forEach((eventId, event) ->
subscriberNotifierService.newSubscriptionHandler(subscriberSessionHash, new AddNostrEvent<>(event))));
// subscriberNotifierService.broadcastEose(subscriberSessionHash);
subscriberNotifierService.broadcastEose(subscriberSessionHash);
}
}

0 comments on commit 903db4f

Please sign in to comment.