Have you tried using TryTake without a timeout parameter?
TryTake(out xxx);
or tried the overload which takes a number of milliseconds as a parameter?
TryTake(out xxx, 1000);
Do these behave the same way?
Paul Linton
No comments:
Post a Comment