-
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
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);
Metadata
Metadata
Assignees
Labels
No labels