v1.1.0 for UE4.21-4.23
Changes
- Added Emit with Graph Callback feature #118. Documentation: https://github.com/getnamo/socketio-client-ue4/tree/dev-unstable#emit-with-graph-callback
- Added Static construction option feature #138. Documentation: https://github.com/getnamo/socketio-client-ue4/tree/dev-unstable#statically-constructed-socketioclient-component
- Changed thirdparty libs to submodules #132
- Overloaded Emit with TEXT() on FSocketIONative #140
- Fixed SIOJson Link error #139
- Exposed new function library for c++ use 07d3a5e
- Fixed #126. Thanks to @Wadimich for spotting early solution
- Potentially fixed #130. More testing required.
- Added BP utility for wav byte/SoundWave conversion #147
- Added feature to receive events on network threads #149, also #113
- Added feature to issue function callbacks on threads and taskgraph contexts directly in blueprint #150. See https://user-images.githubusercontent.com/542365/64096459-97b97880-cd16-11e9-9dd5-cd3a3cf7ddd8.png for example.
- Fixed no-callback ack bug #141
- Added enum json translation feature #98
- Compile fixes for 4.23 #153
- Raw style opus compression added #154