flyfishMT

Results 15 comments of flyfishMT

Hi @jonataswalker, If this is a good fix could @ogo-adp submit a PR with it? I am fighting this issue too. Thanks

I can take a stab at it but might need some guidance. I would think all handlers should work this way? I just looked at it briefly and it looks...

@sanketbajoria thanks I will work on this and report back. It's a little difficult as we are only encountering this error in production

@sanketbajoria I was able to reproduce but don't want to post everything up, any advice on what I'm looking for? The first error I see is on connect: ``` Outbound:...

@sanketbajoria the code in my original post is basically exactly how I'm using, that is a "helper" module, and is used by an express endpoint. So the the SSH2Promise object...

Hi @sanketbajoria any luck debugging? I thought I had success with with keepaliveCountMax but it cropped up again. However, I don't remember keepaliveInterval being suggested so I haven't tried that....

I may be able to reference your repo directly in my package.json file, but I believe your repo would need to have a package.json file as well.

Here are some supporting docs - - https://medium.com/@robert.broeckelmann/securely-using-the-oidc-authorization-code-flow-and-a-public-client-with-single-page-applications-55e0a648ab3a - https://developer.okta.com/blog/2019/08/22/okta-authjs-pkce I'd be interested in submitting a PR, but would like some guidance and where to the HTTP calls would live,...