-
Notifications
You must be signed in to change notification settings - Fork 0
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
Mqtt5 Requests Response Topic #11
Comments
Hi @sabsantina, https://github.com/alihanyalcin/mqtt-wrapper/blob/master/mqttv5.go#L92 |
@alihanyalcin, I've tried to use the RequestWith method as it currently is coded and it should cover my needs however I'm always getting a timeout error. At the moment, I am trying to write some tests with gomega/ginkgo to test the payload of specific response topics. I've tried different ways of attempting this but from what I can see the handler is never reached and it just times out. |
I have tried request-response with timeout but I did not get any timeout. Which mqtt broker did you use to test it? |
The broker uses paho and is installed in a docker image. It requires SSL certificates to be accessed. |
Would it be possible to allow someone to pass the response topic for this function
At the moment, the current format where the response topic is hardcoded does not allow for what I need. Thank you
The text was updated successfully, but these errors were encountered: