Skip to content

Commit

Permalink
Increase EOSE delay in NostrSocketClient from 50 to 75 msec
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Nov 18, 2024
1 parent 9c8202c commit 6e51b2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class NostrSocketClient(
text.parseIncomingMessage()?.let {
scope.launch {
if (it is NostrIncomingMessage.EoseMessage) {
delay(50.milliseconds)
delay(75.milliseconds)
}
mutableIncomingMessagesSharedFlow.emit(value = it)
}
Expand Down

0 comments on commit 6e51b2a

Please sign in to comment.