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
* Block until it receive a frame from websocket or return null if no more connexion.
*
* @param int $waitTime Time to wait in seconds before return false
* @param int $waitMicroTime Time to wait in microseconds before return false
* @param bool $getFrame Whether to return the frame of websocket or only the data
*
* @return null|false|string|array Null for socket not available, false for no message, string for the last message and the frame array if $getFrame is set to true