receiveFromComponent

abstract suspend fun receiveFromComponent(): Either<CommunicatorError, Flow<ByteArray>>

Receives messages from the component.