Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Private message publish has 10min delay if number of nodes connected is small #5

Open
operatornormal opened this issue Oct 13, 2016 · 0 comments

Comments

@operatornormal
Copy link
Owner

Following erratic behavior has been observed:

  • If private message is posted, and node of the recipient is not currently on-line
  • If there is only small number of nodes currently on-line in the network
    classified-ads will try to contact nodes belonging in the same DHT bucket where the message recipient resides and if node-number is small, it never catches any. After time-out of 10 minutes it gives up, and publishes the message to any node that is connected.

It is inconvinient for the user that needs to keep the program open for 10 minutes after posting a private message to ensure semi-instant delivery. Otherwise the private message will remain in publish-queue and be published next time the program is started but that may be much later ; after that delay content of the message may be already obsolete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant