-
Notifications
You must be signed in to change notification settings - Fork 186
Open
Description
Checklist
- Read the documentation to confirm the issue is not addressed there and your configuration is set correctly
- Checked the issue tracker for similar issues to ensure this is not a duplicate
- Tested with the latest version to ensure the issue hasn't been fixed
How often does this bug occurs?
always
Expected behavior
No memory leak
Actual behavior (suspected bug)
I run following test loop
- Connect to TLS port 443
- Connect to MQTT
- SLEEP
- Disconnect MQTT
- Disconnect TLS
- Sleep
Sometimes I get FIN from the server when connecting to the MQTT server. When I get FIN, I disconnect TLS, but I still get a 200-byte memory leak every time it happens
Error logs or terminal output
Steps to reproduce the behavior
As described above, you can run into AWS throttling when connecting to MQTT than you will get FIN
Project release version
Not sure, but I have coreMQTT 1.2
System architecture
Intel/AMD 64-bit (modern PC, older Mac)
Operating system
Linux
Operating system version
Ubuntu 20.04
Shell
Bash
Additional context
No response
Metadata
Metadata
Assignees
Labels
No labels