sendToComponent

abstract suspend fun sendToComponent(message: ByteArray): Either<CommunicatorError, Unit>

Sends a message to the component.