Closed arkivanov closed 8 months ago
Fixed a race condition in refCount when the second connection is performed concurrently while the first connection is still being disconnected. Also fixed a bug when the upstream is not connected when disposed synchronously.
refCount
BTW wanna try Lincheck later? Or it is not applicable?
Thanks for pointing that out! At first glance it looks not applicable, but I will check further later.
Fixed a race condition in
refCount
when the second connection is performed concurrently while the first connection is still being disconnected. Also fixed a bug when the upstream is not connected when disposed synchronously.