-
Notifications
You must be signed in to change notification settings - Fork 60
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
high latency when publishing message #3
Comments
@filipwasil hi, what platform is it? |
Windows |
@filipwasil Please try the https://github.com/NinevaStudios/mqtt-utilities-unreal/tree/tls_support branch if it is the same |
Thanks, i will test it and be back to you |
In terms of delays and latency i see no differences between the tls_support and the release 1.0.0 i used previously |
@filipwasil thanks for checking, unfortunately, we don't have any more ideas, maybe you can try profiling it somehow |
Hello and thanks for the great work you did here.
I am testing the plugin in a system that needs low latency, and i noticed that the time needed for the message to show up in Eclipse mqtt subscriber is quite long when using this plugin.
When i test Eclipse Subscriber, Broker, and publisher ( https://mosquitto.org/ ) messages are being sent with very low latency ( less than 100ms for sure).
When i test Eclipse Subscriber and Broker, but i use this plugin as a publisher, the messages are reaching the broker usually after ~400ms - 600ms.
Is this a known issue ? Do you know the reason for it ?
I run publisher, UE4 app, broker and subscriber all on local machine
The text was updated successfully, but these errors were encountered: