You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo"ERROR: send_message() Failed to write chunk after 10 retries: " . error_get_last()['message'] . "\n";
1751
+
returnfalse;
1752
+
}
1753
+
$writeSockets = [$stream];
1754
+
$readSockets = [];
1755
+
$exceptSockets = [];
1756
+
/* Wait for a second and retry up to 10 times. Use a finite timeout and retry count in case stream_select returns inaccurate values or returns immediately. */
0 commit comments