SocketIOClient-Unreal icon indicating copy to clipboard operation
SocketIOClient-Unreal copied to clipboard

Any plans for supporting volatile events

Open MaximeM opened this issue 1 year ago • 1 comments

hey there,

I love using your plugin, it's a real blast, I wonder if you considered implementing volatile events?

https://socket.io/fr/docs/v3/emitting-events/#volatile-events

MaximeM avatar Sep 02 '22 05:09 MaximeM

This repo depends on the architecture of https://github.com/socketio/socket.io-client-cpp. At a glance it doesn't appear to support volatile events yet.

If you want unreliable emit, you can consider using https://github.com/getnamo/UDP-Unreal in tandem. You can package data into bytes via Json and get close to an event driven setup for the cases where you need unreliable flow.

getnamo avatar Sep 06 '22 19:09 getnamo