You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Goldstein Lyor (JIRA)" <ji...@apache.org> on 2015/06/23 07:50:01 UTC

[jira] [Created] (SSHD-502) Review all await() calls and replace them with (configurable) timeouts

Goldstein Lyor created SSHD-502:
-----------------------------------

             Summary: Review all await() calls and replace them with (configurable) timeouts
                 Key: SSHD-502
                 URL: https://issues.apache.org/jira/browse/SSHD-502
             Project: MINA SSHD
          Issue Type: Improvement
            Reporter: Goldstein Lyor


Avoid long delays on asynchronous operations - if the peer does not respond to the request within a reasonable (configurable) amount of time, throw an exception. The current code has several locations where _await()_ (i.e., *indefinitely*) is called which should be replaced with timeout calls.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)