Does anyone know if it’s possible to answer back to a request from socketio server ?

Hi Everyone,

I’m using UE socketio plugin and I’m using a python socketio server to communicate with it.

I want to emit a message from the server to the the client (UE) and I want to wait for an answer. I don’t see it explained in the documentation of the plugin. Does anyone know how to do that ?