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

[GS] Being able to subscribe/unsubscribe to simulation status & asking for a simulation status message #15

Open
lesquoyb opened this issue Feb 15, 2024 · 1 comment
Labels
About GAMA Server This issue concerns GAMA server usage 🤗 Enhancement This is a request for enhancement

Comments

@lesquoyb
Copy link
Contributor

Is your request related to a problem? Please describe.
Maybe I'm wrong but from what I understand of simulation status messages, they are automatically sent to clients. I think in the future we should be able to say if we want to receive them or not.
Maybe in a parameter in the load command ? Or is it more interesting to do it at another time ? Or to even change dynamically ?
I just know that in most of my cases, I'm not interested at all in those messages and they are just useless data transmission that I now need to handle.

Describe the improvement you'd like
Being able to unsubscribe to simulation status messages updates

@leonsi7 leonsi7 changed the title [GS] Being able to subscribe/unsubscribe to simulation status [GS] Being able to subscribe/unsubscribe to simulation status & asking for a simulation status message Feb 20, 2024
@leonsi7
Copy link

leonsi7 commented Feb 20, 2024

Another improvement in that subject would be to create an other kind of message the client could send to GS, which is a simulation status request. For instance, if the client doesn't know the current simulation status, it could send a message to get this information. For instance, it can be like:

{
   type: "simulation_status_request"
}

and GS server would send the simulation status message.

It would avoid simulation status discprepency between GS and the middleware for Gama Server Middleware project ;)

@benoitgaudou benoitgaudou transferred this issue from gama-platform/gama.old Feb 21, 2024
@lesquoyb lesquoyb added 🤗 Enhancement This is a request for enhancement About GAMA Server This issue concerns GAMA server usage labels Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
About GAMA Server This issue concerns GAMA server usage 🤗 Enhancement This is a request for enhancement
Projects
None yet
Development

No branches or pull requests

2 participants