OrleansContrib / Orleans.Providers.MongoDB

A MongoDb implementation of the Orleans Providers: Membership, Storage and Reminders.
MIT License
105 stars 44 forks source link

State serialization: DateTime precision increased #134

Closed NorekZ closed 7 months ago

NorekZ commented 7 months ago

This PR fixes the following issue: When saving state having DateTime property, anything lower than second is trimmed. After reading from DB (e.g. after re-activation), state is different from the one before deactivation, which causes various problems that typically must be targeted by some workarounds.

wassim-k commented 7 months ago

Looks good, can you please bump the patch version in csproj and we can get it merged.

NorekZ commented 7 months ago

Thanks. Version bumped.