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

Communication channel between GC service and sockets #3387

Closed
1 task done
Tracked by #2410
pcrespov opened this issue Sep 23, 2022 · 2 comments
Closed
1 task done
Tracked by #2410

Communication channel between GC service and sockets #3387

pcrespov opened this issue Sep 23, 2022 · 2 comments
Assignees
Labels
t:enhancement Improvement or request on an existing feature
Milestone

Comments

@pcrespov
Copy link
Member

pcrespov commented Sep 23, 2022

We need a way to sync communication between websockets. We know there is a embedded features in socketio that allows connecting to a message broker to do so... and seems the way to go.

A use case is e.g. enforce logout (i.e. socket channel disconnect) from a task in the GC service, which has no direct communication with the front-end!

NOTE: search fro this issue number in the code base to find contreat examples

Tasks

  1. a:webserver
    sanderegg
@pcrespov
Copy link
Member Author

Can use similar method as the one developed in #2410

@sanderegg
Copy link
Member

@pcrespov what do you want to communicate exactly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t:enhancement Improvement or request on an existing feature
Projects
None yet
Development

No branches or pull requests

2 participants