Marfusios / websocket-client

🔧 .NET/C# websocket client library
MIT License
682 stars 126 forks source link

Remove dependency on System.Reactive #101

Closed wilg closed 2 years ago

wilg commented 2 years ago

Unfortunately System.Reactive doesn't work when doing iOS builds with Unity for complicated reasons. It seems in this project it may only be used in tests. Can the dependency be relaxed?

wilg commented 2 years ago

I guess maybe not... I'm finding it elsewhere.

wilg commented 2 years ago

Perhaps this is the better solution https://github.com/endel/NativeWebSocket