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_r301778328
##########
File path: src/sandbox/alternative-threading/FutureResponse.cs
##########
@@ -48,7 +50,7 @@ public Response Response
{
try
{
- if (maxWait > 0)
+ if (maxWait >
TimeSpan.MinValue)
Review comment:
Not sure when this worked, but you can't compare a TimeSpan against 0
anymore. So I figured TimeSpan.Min is closest thing.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services