[
https://issues.apache.org/jira/browse/AMQNET-585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16868009#comment-16868009
]
ASF subversion and git services commented on AMQNET-585:
--------------------------------------------------------
Commit a35eb7a3c92281aea076d6d4f44338489603ee53 in activemq-nms-amqp's branch
refs/heads/master from Havret
[ https://gitbox.apache.org/repos/asf?p=activemq-nms-amqp.git;h=a35eb7a ]
AMQNET-585: NMS AMQP .NetStd 2.0 Client Support
- Add .NET Standard support
- Add nuget package configuration
- Update dependencies
- Add Microsoft.NET.Test.Sdk to be able to run tests directly form VS
- Get the directory containing the current test assembly properly
- Fix race condition on .NET Core
In previous implementation, CountDownLatch was instantiated after
OpenResponse subscription was made. It might lead to race conditions
when the connection was established before proper instance CountDownLatch
was set. As a result attempt to call Connect would end up with timeout.
For whatever reasons it wasn't a case with .NET Framework set as
a target framework, but happens every single time when you try to run
tests against .NET Core runtime.
> NMS AMQP .NetStd 2.0 Client Support
> -----------------------------------
>
> Key: AMQNET-585
> URL: https://issues.apache.org/jira/browse/AMQNET-585
> Project: ActiveMQ .Net
> Issue Type: New Feature
> Reporter: Michael Andre Pearce
> Priority: Major
> Time Spent: 4h
> Remaining Estimate: 0h
>
> As part of the NMS AMQP Client Rework, one outstanding task was to support
> .NetStd 2 but this required NMS API to support it to. Now thats in place/PR,
> this is to make NMS AMQP also build with .NetStd 2.0
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)