akka-bootcamp icon indicating copy to clipboard operation
akka-bootcamp copied to clipboard

Self-paced training course to learn Akka.NET fundamentals from scratch

Results 46 akka-bootcamp issues
Sort by recently updated
recently updated
newest added

Took me a couple readings to understand the sentence

Hi. I've seen a post on the Gitter chat but thought I'd mention it here as well. When opening the Main form designer, it doesn't show the chart, which isn't...

In the HOCON section, a link directs you to https://getakka.net/articles/concepts/configuration.html#what-is-hocon. This redirects to https://getakka.net/articles/configuration/index.html and displays a message "The resource you are looking for has been removed, had its name...

After putting first message, it prints two messages (should be only one message from writer actor), also the console was getting hanged.

Fixes link to Untyped Actor API

Here's some bugs I found in the bootcamp: **Item #1** In the 'Akka.NET Bootcamp Unit 1' email it says: o get started, go to the /DoThis/ folder and open **WinTail.sln.**...

Has anyone else had issues with the https://github.com/petabridge/akka-bootcamp repo hanging or taking a significantly long time on downloading item # 29 (of 900 +). Is this one of the downloads...

With the changes in the console reader actor in lesson 5 unit 1, it seems the exit behavior has been removed. Is this intentional or accidental ? The console no...

Lesson 2.1 begins with the scenario that the application fails due to cross-thread operations. However, using .NET 4.5 and Akka 1.1.1, (current state of master), this exception is no longer...