Issue
I am trying to connect to socket from my Android App. I was able to connect to it fine but after some time the socket suddenly stopped connecting and i cant understand why it stopped connecting all of a suddent, it was working before.
I have been trying to debug it for hours but not sure what the problem is.
I logged the error. Here it is:
[{
"cause": {
"detailMessage": "400",
"stackTrace": [],
"suppressedExceptions": []
},
"detailMessage": "xhr poll error",
"stackTrace": [],
"suppressedExceptions": []
}]
Solution
I found the solution. It had to do something with the Socket version.
Try switching from 1.0.0 to 2.0.0 or vice versa if you're facing some problem.
Answered By - rootass
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.