Made getItem() public, added comment and todo

This commit is contained in:
Alexander B 2019-02-27 14:03:30 +01:00
parent 3c47cbc703
commit 4f4bc36e75

View File

@ -152,6 +152,7 @@ namespace eu.railduction.netcore.dll.ManagedPool
Thread.Sleep(1); // Block the current thread for short time Thread.Sleep(1); // Block the current thread for short time
} while (true); // retry infinite } while (true); // retry infinite
// Todo [NORMAL]: Add max-tries
} }