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
Using this library for JVM I noticed that my app based on compose-jb won't exit properly.
I suspect that there is a thread running in the background that prevents shutdown, but I don't see a option to shutdown the cache.
I suggest that for time-based evictions you should use a daemon thread.
The text was updated successfully, but these errors were encountered:
Using this library for JVM I noticed that my app based on
compose-jb
won't exit properly.I suspect that there is a thread running in the background that prevents shutdown, but I don't see a option to shutdown the cache.
I suggest that for time-based evictions you should use a daemon thread.
The text was updated successfully, but these errors were encountered: