Hi!
I'm using the latest nuget version 5.70.507.
I prepared this test to explain the issue I'm having with the EasyUAClients:
The test fails on the last Assert where I'm expecting the second client (the not disposed one) to maintain its subscription.
Is this the expected behavior or a bug?
I also tried the same test with a previous version that we were using 5.62.1032 and the test passes with that version.
With the new version I tried to set `true` to the `Isolated` property of the client and the test passes this way.
What are the drawbacks on using the clients in isolation?
Thanks,
Michele
I'm using the latest nuget version 5.70.507.
I prepared this test to explain the issue I'm having with the EasyUAClients:
The test fails on the last Assert where I'm expecting the second client (the not disposed one) to maintain its subscription.
Is this the expected behavior or a bug?
I also tried the same test with a previous version that we were using 5.62.1032 and the test passes with that version.
With the new version I tried to set `true` to the `Isolated` property of the client and the test passes this way.
What are the drawbacks on using the clients in isolation?
Thanks,
Michele