Krzysztof Porebski

Results 9 comments of Krzysztof Porebski

@StephenCleary How about [this](https://github.com/microsoft/vs-threading/blob/master/src/Microsoft.VisualStudio.Threading/AsyncManualResetEvent.cs) approach? Is it safe?

Hi @stevemuk, Thanks for your contribution. I will take a look at it over the weekend.

@michaelandrepearce Done. Moreover I've changed slightly the name of the first test to make it more descriptive. The other thing is that I am not sure what should be the...

@cjwmorgan-sol You are correct. I do return direct reference. TBH I don't know what is the expected behavior. Even if we allow mutating the underlying message representation, user always operates...

That's pretty odd feature to add in a library code. I don't see anything along these lines in qpid-jms. Why do we need this?

@michaelandrepearce We can have a quick chat tomorrow, so I can explain you the difference.

@Francois-du-Plessis, @alhardy Any update on this? It's over a year.

Hey @Francois-du-Plessis, thanks for your suggestion. It requires some boilerplate registration code, but works like a charm.

Hello, I will write something up. In the meantime you can take a look at this discussion (https://github.com/Havret/dotnet-activemq-artemis-client/discussions/257) or transactions' [test suite](https://github.com/Havret/dotnet-activemq-artemis-client/blob/master/test/ArtemisNetClient.IntegrationTests/TransactionsSpec.cs).