Two clarifying questions regarding the processing.net library:
- When I use the Client constructor is there a way to control the timeout variable? The default is about 10-15s before it throws a timed out exception which can be a bit overkill.
- Also is there a way to catch the exceptions thrown using the Client constructor? I don’t understand why they would remove this possibility in the Processing library so perhaps I’m missing something obvious.
If I can’t resolve these I’ll have to default to the java.net library but either way wanted to start a discussion about this.