endel / NativeWebSocket

🔌 WebSocket client for Unity - with no external dependencies (WebGL, Native, Android, iOS, UWP)
Other
1.13k stars 155 forks source link

IL2CPP Support #60

Closed brian7526 closed 2 years ago

brian7526 commented 2 years ago

I am utilizing another plugin called Agora which requires IL2CPP. I am using this plugin as my websocket library but when compiling to IL2CPP I set silent errors and messages aren't send on ws.send. There is a connection established but no outgoing messages.

I confirmed this is related to IL2CPP because you attach a debugger IL2CPP is everywhere with issues, and when in Mono everything works fine.

Is there an approach for modifying for IL2CPP support?

brian7526 commented 2 years ago

Issue was not with the plugin. Some issues with Line dynamic was causing a silent failure.