Avoiding use of ActionBlock<TInput>.Post when PostDataflowBlockOptions.BoundedCapacity is not the default value?
问题 The bounty expires in 6 days . Answers to this question are eligible for a +100 reputation bounty. SpiritBob wants to reward an existing answer . I've heard that you can lose information if you use the Post method instead of the SendAsync method of an ActionBlock<T> object, when you decide to utilize it's BoundedCapacity property. Could someone please explain why that is so? 回答1: The Post method attempts to post an item synchronously and returns true or false , depending on whether the block