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
It would be nice if any jschannel call could have a timeout argument, since exceptions don't seem to be entirely reliable. A timeout would call the error callback with a Timeout argument/exception.
A late-arriving response would have to be figured out; call the error callback with a LateResponse object with an attribute indicating the response?
The text was updated successfully, but these errors were encountered:
It would be nice if any jschannel call could have a timeout argument, since exceptions don't seem to be entirely reliable. A timeout would call the error callback with a Timeout argument/exception.
A late-arriving response would have to be figured out; call the error callback with a LateResponse object with an attribute indicating the response?
The text was updated successfully, but these errors were encountered: