-
Notifications
You must be signed in to change notification settings - Fork 7
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
Delay in message post #9
Comments
Not a bug because there can be several messages in a queue with the same body, but to different recipients. The delay can be adjusted btw. |
But 12 seconds for default are very high, is there not another way to map messages with the same body? Maybe look to PDW? |
True, maybe 3-4s will be enough. You can try to adjust "post_delay_s" parameter to any value you want. |
Yes. I don't no how exactly P2000 decode works, but the same messages to differences addresses (capcodes) are sending a message for each address? Maybe the decoder get a frame or some other stuff to check it is a group message or it is the last message in a group? |
p2000.py is a wrapper around multimon-ng. There was an issue posted, please check: EliasOenal/multimon-ng#123 |
Yeah i know. But i was thinking what is the best place that make the group message. |
If it will be implemented officially in multimon-ng, I can use it, and there will be no need for a delay in a python application more. For now, settings 3-4s delay in a script is the easiest workaround. |
There is an delay of 12 seconds before sending a post.
Is this a bug?
The text was updated successfully, but these errors were encountered: