How to properly implement IWebSocket and send packets with high frequency?

@Barbelot @cpetlowany I have the solution:

In your projects DefaultEngine.ini, add this category if it doesn’t exist:

[WebSockets.LibWebSockets]
And under that add this setting:
ThreadTargetFrameTimeInSeconds=0.000001

Apparently the default for this setting was just a bit high and wasn’t designed for frequent socket messages