Hi!
When using a timeout (setTimeout()) in my derived TCPSession class, my app dies with a message "Abort" on timeout.
No exceptions are thrown.
My code looks something like this:
setTimeout(2000)
try {
char c = tcp()-get();
} catch( ... ) {
}
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi!
When using a timeout (setTimeout()) in my derived TCPSession class, my app dies with a message "Abort" on timeout.
No exceptions are thrown.
My code looks something like this:
setTimeout(2000)
try {
char c = tcp()-get();
} catch( ... ) {
}