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.
There are a few retain cycles due to blocks capturing
self
strongly inORSSerialPort
. Not a huge deal, because right now (despite use ofNSValue
'snonRetainedObjectValue
),allSerialPorts
keeps ports alive after first instantiation anyway, but it would be nice to fix.