DamianMac on develop
Rebasing PR (#294) * samples w… (compare)
DamianMac on develop
Reliability fixes and race cond… (compare)
DamianMac on develop
Fix for #291 (#292) * samples … (compare)
DamianMac on develop
samples work with redis again (… (compare)
Nimbus.Configuration.PoorMansIocContainer.DependencyResolutionException : No registration for type Nimbus.Transports.WindowsServiceBus.Filtering.ISqlFilterExpressionGenerator
Hey all .. we're getting this message repeatedly in production: "Lock for message c1e4f985949849b6812d55650bdc0def appears to have already expired so we're not dispatching it. Watch out for clock drift between your service bus server and DESKTOP-R6O92KC!"
Obviously we've checked the clocks and there is no drift. We're currently not able to pull any messages off the queue because of this. Anyone else come across this? Cheers.
System.IndexOutOfRangeException: Probable I/O race condition detected while copying memory. The I/O package is not thread safe by default. In multithreaded applications, a stream must be accessed in a thread-safe way, such as a thread-safe wrapper returned by TextReader's or TextWriter's Synchronized methods. This also applies to classes like StreamWriter and StreamReader.
at System.Buffer.InternalBlockCopy(Array src, Int32 srcOffsetBytes, Array dst, Int32 dstOffsetBytes, Int32 byteCount)
at System.IO.StreamWriter.Write(Char[] buffer, Int32 index, Int32 count)
at System.IO.TextWriter.SyncTextWriter.Write(Char[] buffer, Int32 index, Int32 count)
at System.Diagnostics.TextWriterTraceListener.WriteLine(String message)
at System.Diagnostics.TraceInternal.WriteLine(String message, String category)
at Nimbus.Configuration.GarbageMan.Add(Object component)
at Nimbus.Infrastructure.NimbusMessagingFactory.CreateTopicSender(String topicPath)
at Nimbus.ConcurrentCollections.ThreadSafeDictionary`2.GetOrAdd(TKey key, Func`2 valueFunc)
at Nimbus.Infrastructure.Events.BusEventSender.<Publish>d__0`1.MoveNext()