You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.
we were trying to integrate Rocky in our integration as a forwarding proxy to intercept requests and responses and be able to record metrics on the traffic. Rocky always seemed to hang when we tried to introduce middleware to modify the responses.
Trying to reduce noise, I then went to try the express example in the repository and, to my surprise, this also hung when processing forward traffic. I tried all x.0 Rocky releases all the way back to 0.1.0 and I could never get the example to work.
Now I'm curious if this aspect of the Express integration has ever worked. It would be great to be able to integrate Rocky in existing Express apps for this kind of use case, so it's a shame I can't get it to work. Any thoughts?
The text was updated successfully, but these errors were encountered:
What version of node are you running? Latest major releases may introduce breaking changes in stream and http modules. I was successfully running rocky in node v4 in production for almost a year, but lately I'm not using it.
we were trying to integrate Rocky in our integration as a forwarding proxy to intercept requests and responses and be able to record metrics on the traffic. Rocky always seemed to hang when we tried to introduce middleware to modify the responses.
Trying to reduce noise, I then went to try the express example in the repository and, to my surprise, this also hung when processing forward traffic. I tried all
x.0
Rocky releases all the way back to0.1.0
and I could never get the example to work.Now I'm curious if this aspect of the Express integration has ever worked. It would be great to be able to integrate Rocky in existing Express apps for this kind of use case, so it's a shame I can't get it to work. Any thoughts?
The text was updated successfully, but these errors were encountered: