cashapp/zipline

Zipline.close() should be calling Endpoint.disconnect()

Closed this issue · 2 comments

Looks like we might have a leak otherwise?

Would this fix address the root cause of the leaks? inboundChannel does retain a bunch of services, but inboundChannel itself is also leaking. Small potatoes compared to the services, but y'know... always better to strike at the root...

Fixed by #1315