Aaron Stannard
Aaron Stannard
> Hi. I have the same problem. And I don't send any messages at all. Receive exactly this message in couple of minutes after the start. I use ``, Env...
Reason being is that Akka.Remote expects packets with a specific encoding present - K8s socket healthchecks basically send `telnet` messages, which don't support the frame-length encoding that Akka.Remote expects.
> We should probably remove the Volatile.Read call - since the field is already volatile. @Aaronontheweb Complicated issue from a semantics point of view, but I wonder if we should...
Thanks for letting us know - I could imagine how this might happen with the `ChannelExecutor` (given that has, by design, a limited number of threads) but I'd need to...
* Get list of available topics * Get list of all topics and their subscriber counts locally * Get list of all topics and their subscriber counts globally, with the...
@Arkatufus what's the use case for this?
> Use case is when we need to perform some setup before TestKit is started. Say we need to start a database, or prime it to do something Any reason...
I'm just skeptical that this feature is needed, given that there's been a decade of unit tests written - many of which depend on having a live, running database configured...
thanks @ismaelhamed - we'll take a look at this.
I'm going to need to see if this breaks stashing support with Phobos or not - then I can review the rest of the PRs on its merits. I think...