getnamo / SocketIOClient-Unreal

Socket.IO client plugin for the Unreal Engine.
Other
898 stars 240 forks source link

added missing std::move #377

Closed Lootheo closed 1 year ago

Lootheo commented 1 year ago

There we a few missing std::move in sio_message.h and sio_client_impl.cpp for it to compile on Linux.

getnamo commented 1 year ago

Looks good, thanks for the fixes. Can you confirm it compiles on windows as well? If not I'll confirm myself later before merging to master.