-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
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
the new v2.0 can not use in product env #19
Comments
How to reproduce and where this fwrite error occurs ? |
PHP Notice: fwrite(): send of 2 bytes failed with errno=32 Broken pipe in /var/www/html/phalconapi/app/library/mqtt/SocketClient.php on line 166 |
code: |
and often throw new Exception('WTFFFFFF!!!! '); too. in MQTT.php 1285行. |
Hi guys, i also get thrown at the wtf exception in MQTT.php; |
@nielsenaa please give me a copy of your message |
Hello Sskaje!
want some other kind of message that doesn’t fire exception ?
Thank you !
|
care to chat ? @nielsenaa on skype |
In the high load env, the v2.0 often report the following error:
fwrite(): send of 2 bytes failed with errno=32 Broken pipe file:
but the old v1.0 can work well Basically.
The text was updated successfully, but these errors were encountered: