ctrondse

Results 8 comments of ctrondse

Our application is executing on Linux in a distributed compute environment using Mono v6.4.0.198. We often have 5000+ instances of our application running at once on different machines, but all...

I know you're quite busy, but is there any additional logging, or options I can enable in the Configuration to extract more information about what may be happening here? We'd...

Setup Summary: Our application is executing on Linux in a distributed compute environment using Mono v6.4.0.198. We often have 5000+ instances of our application running at once on different machines,...

The input is an internal object that has been binary serialized and then compressed using the deflate method. At the point of upload it is a regular byte array. I...

> @ctrondse Please share if you can, that may give us some hints here. I will work on some sample code and upload it tomorrow.

Attached a sample solution that uses the same code to upload and process the objects. [ListLeftPush.zip](https://github.com/StackExchange/StackExchange.Redis/files/4351131/ListLeftPush.zip) I have not been able to recreate the issue manually so far, however we...

@NickCraver Have you had a chance to look at the sample code I uploaded? Thanks!

> @ctrondse Unfortunately I was never able to recreate this with your sample code either, my _guess_ would be a race on something in the Mono side. Is this still...