Rafał Gała

Results 10 comments of Rafał Gała

In Closeable.scala, you could consider calling the remove() method with some parameterized timeout: `val ref = refq.remove(...)` Currently we use Finagle in a Spring Boot app deployed on extrernal Tomcat....

I tried to debug the com.twitter.util.Closable, the following method is never executed and this is probably why the remove method blocks forever: ``` def closeOnCollect(closable: Closable, obj: Object): Unit =...

By "shutdown" I mean telling Tomcat to stop. As a result, Tomcat first undeploys all deployed applications and waits for all threads they submitted to terminate. Since the CollectClosables never...

One more thing. This happens only when Tomcat is run as a Windows service using Apache Commons Daemon (https://commons.apache.org/proper/commons-daemon/)

Hi @NielsLiisberg Will this be OK? https://github.com/sitemule/ILEastic/compare/master...rgala:ILEastic:set_content_type It converts to EBCDIC so maybe it would be better to change contentType field to *UTF8?

Take a look at #155 and let me know what you think. I did not use dynamic lists as this would require users to clean up resources allocated by **sList_new**...

At first I did everything in **ileasticr.rpgmod** but then I thought it would be better to make a plugin out of it. Looks like it was a wrong decision :)...

This is for openapi-static plugin. I was referring to the other one

Thanks @NielsLiisberg for explanation, so the only way to expose Swagger documentation for ILEastic endpoints is to use openapi-static?

I have forced **ac_cv_func_uuid_generate** and **ac_cv_search_uuid_generate** to yes, but will have to test it. I remember I had problems with AC_CHECK_HEADERS finding uuid.h, which is for uuid functions in libc...