Roger Johansson

Results 161 comments of Roger Johansson

👍 I see the same issue, I use code examples of both Go and C# on my site. and the C# version seems incomplete. It's basically just keywords highlighted, no...

>Microsoft should really expose a programmatic API to accomplish this Yes, but they have not yet. So question remains, what is the currently best way to test an Azure AD...

Nice catch. very tricky edge case. Maybe stopping should even have it's own recovery handling to prevent this. Let's brainstorm around it

There are some major changes in the dev branchin for the C# API right now. We have even talked about redesigning how supervision works, but nothing final there yet. So...

Related to https://github.com/AsynkronIT/protoactor-go/issues/408

For cluster it was never finished, it was much of a proof of concept only there. for remoting it is possible to point a local router to different remote actors.

This is less critical than other features. but still a nice perf optimization

>reflect.ValueOf(pid).IsNil() How much overhead will this add? I am all for such change, but we should be careful with how much this kind of changes affect spawning performance

Ongoing work here https://github.com/asynkron/protoactor-go/pull/645