OrleansContrib / Orleans.CosmosDB

Orleans providers for Azure Cosmos DB
MIT License
40 stars 30 forks source link

Pass StorageOptions to GrainStorage #44

Closed KevinCathcart closed 4 years ago

KevinCathcart commented 4 years ago

That should work better than trying to pass GrainStorage to itself.

Fixes a crash when trying to use this.

ReubenBond commented 4 years ago

@galvesribeiro could we make a new release? I introduced this error in my #43, so it didn't fix anything. This PR fixes it correctly.