mikehearn
03/03/2021, 4:42 PMonReceiveOrNull is already imported, but, not being used.greyteardrop
03/03/2021, 7:33 PM<E : Any> ReceiveChannel<E> - only for channels that have non-nullable element type. If you have a channel with a nullable element type then the extension function won’t be picked up and instead a deprecated member function is still used.