mirror of
https://github.com/corda/corda.git
synced 2025-04-15 06:56:59 +00:00
* QueuedObservable could not leak due to hard references. Have made it weak referenced but also had to reference count a hard reference to prevent early GC. Explained in comments. * Improved comments. * Fixed typo * Fixed another typo