Gert Driesen
                                            Gert Driesen
                                        
                                    To see where we're at right now, I used an improved version of **SchedulerBenchmark** (which I'll soon create a PR for) against the tip of the v4 branch and the...
My upcoming changes for **TaskSchedulingThreadPool** are promising: I have (crazy) multithreaded benchmarks (that uniquely benchmark the threadpool) that are more than 250 times faster. I suspect the results will even...
There's a `IJobStore.GetTriggerState(TriggerKey triggerKey, CancellationToken cancellationToken = default)` method that should allow you to obtain this information, but for some reason it returns **TriggerState.Normal** when the trigger is executing. We...
> I guess you did read the summary above the methods :-) Afraid not, what did I miss?
> This is basically the task that you created in the index property getter, waiting to complete. It's waiting on its own ManualResetEventSlim internal instance. But it is hard to...
> What do you think? Anything I could explain better or we could do better here? No, you did a great job explaining. Thanks! Is there anything we can do...
@zpqrtbnk I'm pretty sure we're dealing with a sync over async deadlock here, but as far as I can tell there's only one `ConfigureAwait(false)` missing in Hazelcast.Net, and that one...
@zpqrtbnk I sen your one of our memory dumps via WeTransfer. Let me know if you need more info.
Personally, I see good use for these proposed overloads (and I'd even add overloads for **DateOnly** and **TimeOnly**).
@Evangelink, the fact that these are silenty ignored can hardly be considered ok. Perhaps there's no documentation that indicates it is supported, but there's also no document that says it...