Open kelvinyashim opened 2 months ago
Always provide error/exception, stack trace, and maybe some code to help recreate the issue.
its not an error am saying how do i handle connection timeout like maybe something is wrong with the api
One it does not load completely and when it loads completely the modal closes on its own, without any error message
How can you help me to resolve it
Create a try catch block around your code
try {
...
} SocketException (e) {
...
}
One it does not load completely and when it loads completely the modal closes on its own, without any error message
How can you help me to resolve it
are you using the callback or webhook ensure its the callback
How do i handle if the connection was timed out?