-
Notifications
You must be signed in to change notification settings - Fork 125
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
Akka-grpc server stops immediately after running #1536
Comments
It seems it was indeed a sbt related issue, I've downgraded sbt version from |
Thanks for the report! If you don't mind I'd like to keep this issue open, since indeed I see the same issue with https://github.com/akka/akka-grpc-quickstart-scala.g8 , and we do want that to work :) |
Looks like this is indeed a change in behavior in |
As an alternative to downgrading sbt, I can recommend using https://github.com/spray/sbt-revolver/ and starting your application from the sbt console. Perhaps we should consider recommending this in our docs as well? |
Ah, or you could set |
nice, thank you for your suggestions @raboof |
I have same issue with akka-grp-server... Is there any progress? |
The status is still that you can fix it by setting |
I've created a simple GRPC server as in the documentation.
I have the following protobuf which makes akka generate the interfaces
And as for my implementation, it looks like this:
When I'm running the server everything goes well, but the server stops immediately, it doesn't listen for calls. I'm not sure if it's an akka related issue, it could be sbt related, but I'm trying my luck here.
The text was updated successfully, but these errors were encountered: