John Engelman
John Engelman
According to this http://serverfault.com/a/416269, if the server side of a UDP socket is disconnected, then there should be an error upon writing (Destination Unreachable), triggered by an ICMP packet. Testing...
Have you gotten a chance to look at this yet? Any thoughts?
This isn't a long term solution as `DefaultJavaScriptSourceSetContainer` is extending from an internal Gradle API class.
Cross-posted to Netty as well - https://github.com/netty/netty/issues/12125
I can work around this problem by not using the SPI to automatically load the integration and instead call `BlockHound.install(new MyIntegration())` to force it to the end of the stream.
Good points and I understand the difficulty. There is alternatively the asset-pipelin plugin that could be used for processing assets instead of Gulp in the Gradle build. @craigburke has also...
I can't seem to make any of the above workarounds work. The only thing that works for me is to shut the container down for 5 minutes and then start...
I'll give those a try hopefully today...off on something else at the moment.
I'm having the same issue on the Codenarc reporting. I get the following stack trace: `WARNING: Publisher hudson.plugins.violations.ViolationsPublisher aborted due to exception java.io.EOFException: no more data available - expected end...
I started looking into this, but I'm not seeing an easy path to support it yet. `ShadowJar` extends from Gradle's built in `Jar` task (which itself extends from `AbstractCopyTask`) which...