You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
Sometimes it happens that if you click accidentally twice on the post button you create unintentional double posts, it would be nice to check for double posts and avoid them. For example, don't let a user post more than once in a 2 seconds time range.
Time delay is not a proper solution though. Forum API, when a user POSTs a new message, should check that the message payload (or the destination thread) is different from that of the last message by the same user.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
topcoderinc/cab#49
Time delay is not a proper solution though. Forum API, when a user POSTs a new message, should check that the message payload (or the destination thread) is different from that of the last message by the same user.
The text was updated successfully, but these errors were encountered: