Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicit typed actor system to Http.apply does not compile on Scala 3 #4406

Open
johanandren opened this issue May 20, 2024 · 0 comments
Open

Comments

@johanandren
Copy link
Member

Implicitly picking it up works but explicitly passing a typed actor system to the Scala extension like so: Http(system) does not compile because:

[error] -- [E007] Type Mismatch Error: /.../SomeClass.scala:47:21
[error] 47 |    val bound = Http(system).newServerAt(interface, port).bind(service)
[error]    |                     ^^^^^^
[error]    |    Found:    (system : akka.actor.typed.ActorSystem[?])
[error]    |    Required: akka.actor.ActorSystem²
[error]    |
[error]    |    where:    ActorSystem  is a class in package akka.actor.typed
[error]    |              ActorSystem² is a class in package akka.actor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant