You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many thanks for providing this library! I have the following issue: when I start a prcessing sketch and the server is not running, it throws the above exception and the sketch crashes. I use nodejs as a websocket server and sending and rceiving works well. How can I handle the exception, so that at least the sketch does not crash?
The text was updated successfully, but these errors were encountered:
I have the same problem. If the server is up and running then it is all good, but in case it is terminated, the Processing sketch crashes. I've tried try-catch method, but does not work. Do you think there'll be any fix for this? Are there any volunteers? Unfortunately I'm not in the league to help.
Many thanks for providing this library! I have the following issue: when I start a prcessing sketch and the server is not running, it throws the above exception and the sketch crashes. I use nodejs as a websocket server and sending and rceiving works well. How can I handle the exception, so that at least the sketch does not crash?
The text was updated successfully, but these errors were encountered: