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 Oct 13, 2018. It is now read-only.
We are using node-protobuf in a system that handles generic messages. We load the schemas for the protobuf messages at runtime, and periodically reload them in case they have changed (users of the system can evolve their messages).
We have noticed a slow memory leak with the services using node-protobuf. There may be multiple causes, but I think I've identified this being at least one of them.
I have a PR incoming that demonstrates. I have only reproduced the problem, not looked into the cause yet. Hoping it seems obvious to you?
The text was updated successfully, but these errors were encountered:
We are using node-protobuf in a system that handles generic messages. We load the schemas for the protobuf messages at runtime, and periodically reload them in case they have changed (users of the system can evolve their messages).
We have noticed a slow memory leak with the services using node-protobuf. There may be multiple causes, but I think I've identified this being at least one of them.
I have a PR incoming that demonstrates. I have only reproduced the problem, not looked into the cause yet. Hoping it seems obvious to you?
The text was updated successfully, but these errors were encountered: