Sean Fitts
Sean Fitts
I consent https://accounts.eclipse.org/users/sfitts
Continuing a thread from ReactiveX/RxJava#3998 @akarnokd - do you need someone to help maintain this? While parallel releases are obviously possible, it is a lot nicer when everything is clean....
FWIW, since Groovy 2.2.x most of what is done with this library isn't needed anymore (at least AFAICT). Groovy supports implicit coversion of closures to SAM types and that works...
I don't profess to be a Groovy internals expert, but I know enough to be dangerous. This code basically uses Groovy meta-programming to dynamically override specific methods so it can...
@amiracam that works, but... you have to watch out for overloaded methods that that have both closure compatible and non-closure compatible arguments. For example `onErrorResumeNext`. All variants of this accept...
I'm experiencing the same issue. Running Ubuntu on EC2 and nothing other than waiting seems to do the trick. Some pointers on what you found that worked would be great.
FWIW, I just ran into this in our deployed system and unfortunately the arping didn't do the trick. Of course there could be other factors, but just thought I'd let...
@shakuzen -- I can certainly try. Users of our product can define their own applications and we use micrometer to gather performance data for these applications. Each application has a...
Interesting -- maybe I can switch to that in my code (this particular handler is single, not multi). Either way I'm still planning to create a custom version that adds...
Since you mention it ;), where is that support on your roadmap?