We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warning: socket_recv() expects parameter 4 to be long, string given in sockettransport.class.php on line 327
The text was updated successfully, but these errors were encountered:
I think it's a bug on the PHP itself Based on documentation
you can change MSG_DONTWAIT to 8 if still error then 4, or maybe 2.
Or define the constant on top of your php script if(!defined('MSG_DONTWAIT')) define('MSG_DONTWAIT', 0x40);
if(!defined('MSG_DONTWAIT')) define('MSG_DONTWAIT', 0x40);
Sorry, something went wrong.
No branches or pull requests
Warning: socket_recv() expects parameter 4 to be long, string given in sockettransport.class.php on line 327
The text was updated successfully, but these errors were encountered: