Hi Arnout,
In the thread you linked I mentioned that the Sockets module is implicitly loaded by the HTTP module like so:
if (bPlatformSupportsCurl) { PrivateDependencyModuleNames.AddRange( new string[] { "Sockets", } ); ... }
And we load the HTTP module explicitly in UbaController. I can’t see how the C# property bPlatformSupportsCurl is false on Windows.
We can add this explicitly just like we do that for the HTTP module, but I also can’t reproduce this with the vanilla UE 5.6 editor from the EG launcher.
Kind regards
Laura