socketio / socket.io-client-cpp

C++11 implementation of Socket.IO client
MIT License
2.25k stars 726 forks source link

Socket.io client in DLL #395

Open arin2115 opened 1 year ago

arin2115 commented 1 year ago

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?

arin2115 commented 1 year ago

image thats the full stack trace