You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: