So I'm trying to connect to my socket.io server from a injectable dll, it connects to server as I see in console, but when I'm trying to emit anything, it crashes with error
Exception thrown at 0x4A14742C (xx.dll) in csgo.exe: 0xC0000005: Access violation reading location 0x49E9F104
Can anybody tell me how can I properly implement sio client into my project so it will work in game after injection?
So I'm trying to connect to my socket.io server from a injectable dll, it connects to server as I see in console, but when I'm trying to emit anything, it crashes with error Exception thrown at 0x4A14742C (xx.dll) in csgo.exe: 0xC0000005: Access violation reading location 0x49E9F104
Can anybody tell me how can I properly implement sio client into my project so it will work in game after injection?