xk6-tcp
    Preparing search index...

    Type Alias SocketEvent

    SocketEvent: "connect" | "data" | "close" | "error" | "timeout"

    Events that can be emitted by a TCP socket during its lifecycle. Use these with the on() method to handle socket events.