We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
@ManagedService(path = "/ws/agent/{id}") public class UserSocketActor { // Something else }
This works as expected. However, if you set the configuration property application.context that won't work.
application.context
application.context defines a prefix path for all requests to that application. It looks like your ManagerdService path ignores it.
Can this be changed somehow, to be relative to the context?
The text was updated successfully, but these errors were encountered:
@umbreak Contribution welcomed...I have no cycle to work on the project but I can always review and integrate pull request.
Sorry, something went wrong.
No branches or pull requests
Hello,
This works as expected. However, if you set the configuration property
application.context
that won't work.application.context defines a prefix path for all requests to that application. It looks like your ManagerdService path ignores it.
Can this be changed somehow, to be relative to the context?
The text was updated successfully, but these errors were encountered: