Why does Classic Akka fail to use Java’s type casting when creating actors?
I’m encountering an issue while working with Classic Akka in Java. It seems that Akka is unable to use Java’s built-in type casting when creating actors and using .tell().
I’m encountering an issue while working with Classic Akka in Java. It seems that Akka is unable to use Java’s built-in type casting when creating actors and using .tell().