UXDivers / Gorilla-Player-Support

This is the public Gorilla Player support website
http://gorillaplayer.com
115 stars 17 forks source link

EngineIoClientDotNet and SocketIoClientDotNet are deprecated #329

Open leszekrogowski opened 5 years ago

leszekrogowski commented 5 years ago

The author of EngineIoClientDotNet and SocketIoClientDotNet has recently marked these projects as deprecated. Please look at: https://github.com/Quobject/EngineIoClientDotNet and https://github.com/Quobject/SocketIoClientDotNet. What is worse, the author has removed all versions >= 1.0.3 which gives an error during package update on Visual Studio for Mac:

WARNING: Could not install package 'EngineIoClientDotNet 1.0.8'. You are trying to install this package into a project that targets 'Xamarin.iOS,Version=v1.0', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.

I believe that in future versions of Gorilla SDK, the dependency on these libraries should be removed.