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

How do you receive an event and answer back with data ? #388

Open
StephaneCapponi opened this issue Sep 8, 2023 · 1 comment
Open

How do you receive an event and answer back with data ? #388

StephaneCapponi opened this issue Sep 8, 2023 · 1 comment

Comments

@StephaneCapponi
Copy link

Hey, I'm using python socketio as a server and UE as the client. I'm emitting a message from the server and I want to get data in return to my emit function. Is that something possible ?

@getnamo
Copy link
Owner

getnamo commented Sep 26, 2023

If you mean a callback style api, then it's related to #79. Client ack to server request requires network thread immediate callback. That doesn't mesh well with unreal's game thread setup so for now this remains as a wish list item.

Work around is to fire back a reply event to the server that the server listens to. The reverse is also possible with client issuing an event with server callback via latent pipe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants