Skip to content

Websocket still broken #203

@srjlewis

Description

@srjlewis

I have tested the websocket and still does not work.

I have attached a screen shot below, I am using the recent release of v1.14.0

I have put a little script together that would make the websocket fail, if you change $items to a much lower value like 2, it will work.

$trapData = [];
$items = 100;
foreach (range(0, $items) as $i) {
    $trapData[$i] = [];
    foreach (range(0, 20) as $j) {
        $trapData[$i][$j] = PHP_INT_MAX - random_int(1, 1_000_000);
    }
}

trap($trapData);
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions