@refinio/one.models
    Preparing search index...

    This is a wrapper for the web socket server to use it with async / await instead of having to register callbacks.

    Note: At the moment this class is just used in test cases, so itself doesn't have tests and is not production ready! When multiple connections arrive simultaneously, this class might loose one of those.

    Index

    Constructors

    Properties

    webSocketServer: null | Server<typeof WebSocket, typeof IncomingMessage>

    Methods