Disque.Net icon indicating copy to clipboard operation
Disque.Net copied to clipboard

.Net library for the Disque distributed, in-memory message broker (i.e Redis as a job queue)

Results 3 Disque.Net issues
Sort by recently updated
recently updated
newest added

how to fix this problem? System.ObjectDisposedException: Cannot access a closed Stream. at System.IO.__Error.StreamIsClosed() at System.IO.BufferedStream.Write(Byte[] array, Int32 offset, Int32 count) at CSRedis.Internal.RedisWriter.Write(RedisCommand command, Stream stream) at CSRedis.Internal.RedisConnector.Call[T](RedisCommand`1 command) at CSRedis.RedisClient.Write[T](RedisCommand`1...

When using Peek, the Id of the jobs returned have been set to the same value as the `QueueName` property.