I'm on zipline version 1.7.0. I have a simple serv...
# squarelibraries
a
I'm on zipline version 1.7.0. I have a simple service that contains one suspending function. On each call to this function, I can see in the event listener that a new zipline host service is bound and the older host service leaks. Is this a know issues and does the fix in 1.9.0 also fix this service leaking? can't try it out for myself because 1.9.0 bumps kotlin to 1.9.23 and our compose compiler breaks.
j
There have been .23-compatible Compose compilers available for a few months. You will have to update it along with the Zipline bump.
👍 1