Interesting Threading Issue In .Net
Yesterday I noticed a strange anomaly in the logs of an application I wrote and manage at work while investigating another issue. It manifested as us sending duplicate messages from a queue to a third party over and over. I looked into the code and since threading was involved, I figured there was some thread…