-
Notifications
You must be signed in to change notification settings - Fork 81
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
SMS message delivered but getting Exception #226
Comments
I think it is related to you not closing connection after every request. check out this post from stack overflow: https://stackoverflow.com/questions/45838774/java-io-ioexception-unexpected-end-of-stream-on-connection-in-android Hope this helps. |
I am not doing any networking operations, I let all of that be handled by the MessageBird API. |
Sadly I did not find anything related to this on my side - I can not replicate the error consistenly either. |
Hello everyone,
I am currently trying to send a SMS via MessageBird and show the user an error popup when the message could not be delivered.
My SMS always reach their target but a lot of times (I cant tell when exactly) I get an exception from MessageBird which triggers my popup to show up even though the message could be delivered.
I get the following exception (I replaced the part after Adress with placeholder since I dont know if I can share that):
java.io.IOException: unexpected end of stream on com.android.okhttp.Address"placeholder"
What could be the issue for this?
The text was updated successfully, but these errors were encountered: