-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
It looks like there is memory leak around Queue management.
When the port is closed, Queue should be stopped (mether Queue.stop called).
But there's no code for that.
This leads to Queue and all references objects (including serial helper and serial port and other objects via closures) to be retained during GC.
Metadata
Metadata
Assignees
Labels
No labels