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
.. and not in memory. The SessionService is already stateless so no need to save the reference.
Not only save the session id, save the mope endpoint address too.. So there is no need for a name service (#67) because the address is already known:
save at webmodelica::sessions::1234-5678-78901
webmodelica::sessions::1234-5678-78901
id: 1234-5678-78901 project-id: 98 project-path: http://mope-service-1:9020/mope/project/98
The text was updated successfully, but these errors were encountered:
When the session is saved into redis.. document it somewhere ..
Sorry, something went wrong.
add mopeId to Session model #66
9765c36
add redis-based SessionRegistry #66
0ea7346
No branches or pull requests
.. and not in memory. The SessionService is already stateless so no need to save the reference.
Not only save the session id, save the mope endpoint address too.. So there is no need for a name service (#67) because the address is already known:
save at
webmodelica::sessions::1234-5678-78901
The text was updated successfully, but these errors were encountered: