wassim-k

Results 16 comments of wassim-k

For the benefit of others, I ran into the same issue and was able to achieve consistent low latency by using: ```csharp var punctuationInterval = TimeSpan.FromMilliseconds(200); var ingress = eventStream.ToAtemporalStreamable(TimelinePolicy.WallClock(punctuationInterval));...

I've run into the same issue. I expected that, similar to a tumbling window, the session timeout window would only produce an output once the window closes after the specified...

That worked perfectly. Thank you @peterfreiling your help so far has been invaluable for our project.

Is it okay to introduce a breaking change by changing the current definition of `IGrainStateSerializer`?

Sounds good, once the 4.0 changes are merged, I'll raise a PR for this.

Just a heads up, the work on this is already done, let me know when it's time to merge it into the 7.0 migration.

@AlexMiniApps any update on this, Angular 16 removed `ngcc` support and this library is no longer usable.

@peterfreiling or @arunkm can you please sed some light on this?

Thanks for that @arunkm :)

I agree with both of you @johnds1974 abd @AlgorithmsAreCool, while Trill is the most complex library I've had the pleasure of working with, it is complex because it expresses very...