Theia API Documentation v1.65.0
    Preparing search index...

    Wraps and underlying channel to send/receive multiple messages in one go:

    • multiple messages to be sent from one stack get sent in bulk at process.nextTick.
    • each incoming message is handled in a separate process.nextTick.

    Implements

    Index

    Constructors

    Properties

    messagesToSend: Uint8Array[] = []
    onClose: Event<ChannelCloseEvent> = ...

    The remote side has closed the channel

    onError: Event<unknown> = ...

    An error has occurred while writing to or reading from the channel

    onMessageEmitter: Emitter<MessageProvider> = ...
    underlyingChannel: Channel

    Accessors

    Methods