Aaronontheweb on dev
Fix #4083 - Endpoint receive bu… (compare)
@webeoutrascoisas thanks. I understand that officially not from nuget but based on some article you are able to get an "unofficial" version to work since 1.2.0-alpha1 ? Or am I mistaken?
I read it from here https://medium.com/@FurryMogwai/building-a-basket-micro-service-using-asp-net-core-and-akka-net-ea2a32ca59d5
@Silv3rcircl3 i couldnt find akka core library in myget. So i download @alexvaluyskiy https://github.com/alexvaluyskiy/akka.net/tree/coreclr_final branch and compile it myself for todays meetup. Because of Google.ProtocolBuffers library i couldnt compile cluster and remote to .net core but Akka.Core local actor system can work on .net core.
I made an example repo ;