Raul Santelices

Results 5 comments of Raul Santelices

Another place where Jython hits this is in https://github.com/protocolbuffers/protobuf/blob/master/python/google/protobuf/json_format.py#L82 ``` r'[\ud800-\udbff](?![\udc00-\udfff])|(?

It would be nice if @exceptionfactory also looks into this PR, who has dealt with hearbeat issues in the past too.

> Thanks for summarizing this issue @rasantel. > > Unfortunately just moving the `doKex()` invocation is unlikely to provide a reliable solution. The heartbeat process runs in a separate thread,...

@exceptionfactory I updated the PR to address the possibility of this same bug happening during re-keying. I generalized the solution to add `IGNORE` to the cases in which `TransportImpl.write` waits...

Please disregard the mention above from PR https://github.com/hierynomus/sshj/pull/911. I referenced the wrong issue there (I meant issue #910, not #909). By the way, I'm looking into the code to see...