You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix audit forwarding when saga audit messages are enabled (#4906)
* fix null ref in Audit (#4894)
fixes#4893
* Specify list capacity to avoid resizing
* Use collection expression
---------
Co-authored-by: Simon Cropp <[email protected]>
vartransportOperations=newTransportOperation[messageContexts.Count];//We could allocate based on the actual number of ProcessedMessages but this should be OK
0 commit comments