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 May 3, 2022. It is now read-only.
I meant how streaming's lack of timeout can very easily cause resource leaks. It means that any bug in a streaming server/client will leak resources on Hyperbahn, which seems pretty dangerous.
Hyperbahn will figure out how to avoid resource leaking once we implement fixed object pooling. At that point once we can't allocate any more "objects" we just return Busy or something.
Hyperbahn currently forwards with unlimited ttl.
This is a resource leak; we should fix it in two ways.
maxPending
check on peers.The text was updated successfully, but these errors were encountered: