dart_amqp icon indicating copy to clipboard operation
dart_amqp copied to clipboard

heartbeat support

Open a14n opened this issue 5 years ago • 2 comments

In dart_amqp-0.1.1 I can see a TuningSettings.heartbeatPeriod but this property doesn't seem to be used.

Is it supposed to work?

a14n avatar Mar 14 '19 13:03 a14n

At the moment the client is not supporting heartbeats so this value is forced to 0 during the initial handshake with the server.

achilleasa avatar Mar 22 '19 11:03 achilleasa

Thanks for the info. A workaround can be to have a unbound exchange into which regular publications are done. Any other idea?

a14n avatar Mar 22 '19 13:03 a14n