Skip to content

Fix consumer hang on connection errors

Jo Sama requested to merge fix-consumer-hanging-on-connection-errors into master

The consumer tended to get hung when connection errors occurred. This commit re-implements the consumer based on the asynchronous consumer example.

Merge request reports