wassim-k

Results 7 issues of wassim-k

Currently, this provider only supports using Json.NET for serializing grain state to MongoDB. It would be great to support the option to use BSON Serializer shipped with mongodb driver instead,...

We've encounted `QueueCacheMissException` in production where it happens infrequently and at seemingly random times. I've managed to replicate it in the test code below, by basically taking the default configuration...

Needs: investigation 🔍

First of all, thanks for the great work you've done on this console. We've started using it recently and love it! We have a use case where IoT devices publish...

The following code: ```c# var stream = Observable.Empty() .ToAtemporalStreamable() .Publish(); stream.Connect(); ``` Throws a null reference exception in the folliwng line: ```c# public void OnNext(StreamMessage batch) { this.on(batch); //

Can you please look at merging #166 in order to enable support for .NET 7.0, it's currently the last piece blocking our upgrade.

Hi, we a have a common scenario in our Orleans setup which involes the use of `{Entity}PartitionGrain`s, those grains are responsible for 100,000s of entities and they forward events over...

Hi @asimmon, First of all, thank you for such a useful library, it's been crucial in testing and improving the stability of MongoDB integration in many of our projects. I...