badoo / Reaktive

Kotlin multi-platform implementation of Reactive Extensions
Apache License 2.0
1.18k stars 58 forks source link

Fixed a race condition in refCount #774

Closed arkivanov closed 8 months ago

arkivanov commented 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.

CherryPerry commented 8 months ago

BTW wanna try Lincheck later? Or it is not applicable?

arkivanov commented 8 months ago

Thanks for pointing that out! At first glance it looks not applicable, but I will check further later.