Andrea Cavalli
Andrea Cavalli
Any update?
> I'm not sure there is a strong rationale behind it, but the core implementations have historically used `shutdownNow`. do you have a particular example where that hard shutdown is...
> @cavallium thank you for sharing. Do you think the proposed solutions can aid in simplifying your code? If you have any comments regarding the `disposeGracefully(Duration)` mechanics described in this...
What about adding a boolean parameter `disposeGracefully(Duration timeout, boolean disposeOnTimeout)` that can specify if you want to automatically kill or not the tasks after the timeout? It can simplify a...
> @ZejiaJiang @cavallium first of all, thank you for the feedback and ideas. After some back-and-forth we landed on a design, that should be the least surprising to users. A...
> @cavallium can you be more specific here?: > > > By the way, if a Flux is cancelled it will still call dispose, is there a way to prevent...
I can't help you since I never tested it with graalvm native images
Unfortunately this wrapper is not made for Android because I don't know the limitations/peculiarities of the Android runtime. Also, it seems that tdlib itself is very difficult to build for...
It's possible but I don't have the time and the necessary skills to add Android support to tdlight-java. I'm leaving this issue open, if someone wants to make a pull...
By the way, the optimized variant is mainly for bots, if you are making a GUI client you should use the non-optimized variant.