Skip to content

[BUG]: Fix null value inserted into mqtt client map #28

@kaushalaroraharman

Description

@kaushalaroraharman

What happened?

During shutdown of application, and closing of the MQTT clients, the mqtt client map is being inserted with a null value against a given platform. Since the map is of type concurrent hash map, which does not allow null values, this is resulting in exception during shutdown of application.

Versions

1.0.0

Relevant log output

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions