Aaron Stannard
Aaron Stannard
Thanks @nullcheck - we'll see if we can reproduce the "self-association" you reported
> The one liner can be found here: is that a fix for this @Zetanova ?
> StatefulSelectMany FYI, this does this by design - it's meant to hang onto data indefinitely over long periods. We wrote it for `.PersistenceIds()` queries in Akka.Persistence.Query.
Are there any other async TestKit methods that behave like this @Arkatufus ?
Do you need Akka.Cluster for this use case?
Got it, so this is more of a remoting-only scenario - that's simpler to support. And you mentioned that running with multiple transports enabled didn't do the trick?
Tests are not currently compiling - working on that.
Let's see how accurately ChatGPT was able to describe the current FSM behavior of Akka.IO's `TcpConnection` actor, one of the areas I'm looking to refactor: ```mermaid stateDiagram-v2 [*] --> WaitingForRegistration:...
Honestly, not a bad job ChatGPT ^
Looks like `SocketAsyncEventArgs` is still the way to go for high performance sockets in .NET: https://twitter.com/_MihaZupan/status/1774911865019113974