itisnajim / SocketIOUnity

A Wrapper for socket.io-client-csharp to work with Unity.
MIT License
393 stars 67 forks source link

CS0433: The type 'Subject<T>' exists in both 'System.Reactive.Linq, #40

Open Aka-Amir opened 1 year ago

Aka-Amir commented 1 year ago

Library\PackageCache\com.itisnajim.socketiounity@47d10f6115\Runtime\SocketIOClient\Transport\SystemNetWebSocketsClientWebSocket.cs(30,18): error CS0433: The type 'Subject' exists in both 'System.Reactive.Linq, Version=2.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' and 'System.Reactive, Version=5.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263'

I get this error on import

itisnajim commented 1 year ago

which unity version do u have? test on Unity Editor : 2021.3.3f1

Aka-Amir commented 1 year ago

My Exact Unity editor is 2021.3.2f1 I don't think a patch version would cause such problems

dturk0610 commented 1 year ago

I am also having this issue on 2021.3.0f1. Any help would be greatly appreciated! There is a temporary solution I have found regarding downgrading my .NET assembly to a lower variant, but this is not what I want as it is messing up my intellisense and some other code in my project.