killnine commented on a change in pull request #9: [AMQNET-565] - .net standard conversion, project reorganization URL: https://github.com/apache/activemq-nms-openwire/pull/9#discussion_r301778009
########## File path: src/sandbox/alternative-threading/CountDownLatch2.cs ########## @@ -101,11 +101,11 @@ public bool await(TimeSpan timeout) /// Waits the specified amount of time for the latch /// returning true if the latch was acquired /// <summary> - public bool await(int millis) + public bool Await(int millis) Review comment: This was causing some issues because of the reserved keyword `await` (in the AsyncAwait TPL) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services