-
Notifications
You must be signed in to change notification settings - Fork 161
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
Connection Issue #67
Comments
increase the $defaultSendTimeout in SocketTransport Class, it should work afterwards: class SocketTransport
|
Still The Same error after changing the timeout |
I found that it is trying IPV6 by default.. got past it with: |
Solve the problem by setting |
Uncaught exception 'SocketTransportException' with message 'Could not create socket; Address family not supported by protocol' in /home/example/public_html/smsApi/test/1/sockettransport.class.php:219 Stack trace: #0 /home/example/public_html/smsApi/test/1/4.php(16): SocketTransport->open() #1 {main} thrown in /home/example/public_html/smsApi/test/1/sockettransport.class.php on line 219
The text was updated successfully, but these errors were encountered: