SocketException #14
-
When there is no internet, EventFlux throws SocketException, I don't know how to catch it or deal with it. I have tried using Any suggestions on how to handle it? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hey @Vinayak006 This is something people noticed and brought to my attention. I'm working on a fix. Will be out in few hours. FYI, #11 |
Beta Was this translation helpful? Give feedback.
-
Hey, Can you provide a sample code for catching ClientSocketException. After establishing a connection and network is turned off, it throws clientSocketException. I have tried try catch but didn't worked. Any Idea? My current implementation:
|
Beta Was this translation helpful? Give feedback.
Hey @Vinayak006 This is something people noticed and brought to my attention.
I'm working on a fix. Will be out in few hours.
FYI, #11