armadsen / ORSSerialPort

Serial port library for Objective-C and Swift macOS apps
MIT License
753 stars 183 forks source link

Retain cycles in ORSSerialPort #139

Closed armadsen closed 5 years ago

armadsen commented 5 years ago

There are a few retain cycles due to blocks capturing self strongly in ORSSerialPort. Not a huge deal, because right now (despite use of NSValue's nonRetainedObjectValue), allSerialPorts keeps ports alive after first instantiation anyway, but it would be nice to fix.