[jira] [Commented] (SSHD-743) Nio2Session sporadically leaks exceptions from nio2 threads

2017-11-11 Thread Goldstein Lyor (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16248619#comment-16248619 ] Goldstein Lyor commented on SSHD-743: - The way the {{Nio2Session}} is implemented using

[jira] [Commented] (SSHD-743) Nio2Session sporadically leaks exceptions from nio2 threads

2017-11-11 Thread masc (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16248560#comment-16248560 ] masc commented on SSHD-743: --- what is the reason for starting another write while handling an actua

Re: [jira] [Commented] (SSHD-743) Nio2Session sporadically leaks exceptions from nio2 threads

2017-11-11 Thread Jonathan Valliere
If you have an internal bug you still want to keep that bug from negatively affecting other sessions within the app. That’s why browsers are process per session. That’s also a case for overly generic catches in specific places. On Sat, Nov 11, 2017 at 9:07 AM Goldstein Lyor (JIRA) wrote: > >

[jira] [Commented] (SSHD-743) Nio2Session sporadically leaks exceptions from nio2 threads

2017-11-11 Thread Goldstein Lyor (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16248536#comment-16248536 ] Goldstein Lyor commented on SSHD-743: - I guess what bothers me is that {{catch (Exceptio