Michał Szyszka

Results 7 comments of Michał Szyszka

Hey @moll I'm using “mitm” lib to intercept requests and I can see it's not always working with "redis" connections. Connections are bypassed by default. I'm using this library to...

@moll You are right, problem was that ``redis`` library saves reference to ``Net.connect`` prior to my ``Mitm.js`` intercepting. I solved it by refactoring and changing order. Thanks!

Hey @idavidmcdonald More details of my request: ### Impact ``notifications-node-client`` is used as a part of asynchronous process. Without custom ``axios`` options, when it hit SNAT Port Exhaustion issue in...

Thats exactly what we need, thanks!

Hi @opyate . What else do we need to close the Merge Request and publish a new version? This is important to us as we intend to increase the number...

Hey @idavidmcdonald Could you give us guidance what else needs to be done to complete this merge request?

Actually it's not fully completed, because new "setClient" is not exposed. It's addressed in this PR https://github.com/alphagov/notifications-node-client/pull/202 (thanks @opyate ) @idavidmcdonald could you take a look?