We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In dart_amqp-0.1.1 I can see a TuningSettings.heartbeatPeriod but this property doesn't seem to be used.
dart_amqp-0.1.1
TuningSettings.heartbeatPeriod
Is it supposed to work?
The text was updated successfully, but these errors were encountered:
At the moment the client is not supporting heartbeats so this value is forced to 0 during the initial handshake with the server.
Sorry, something went wrong.
Thanks for the info. A workaround can be to have a unbound exchange into which regular publications are done. Any other idea?
Successfully merging a pull request may close this issue.
In
dart_amqp-0.1.1
I can see aTuningSettings.heartbeatPeriod
but this property doesn't seem to be used.Is it supposed to work?
The text was updated successfully, but these errors were encountered: