The type “Action<T1,T2,T3>” exists in 2 DLLs, how do I specify which one to use or just avoid one?
问题 I making an app with Unity3D and using this socket.io plugin but when I'm using Unity 2019.1 I get the following errors: /.../Unity.app/Contents/Resources/PackageManager/BuiltInPackages/com.unity.timeline/Runtime/TrackAsset.cs(17,38): error CS0433: The type 'Action<T1, T2, T3>' exists in both 'WebSocket4Net, Version=0.14.1.0, Culture=neutral, PublicKeyToken=eb4e154b696bf72a' and 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' And that is because Action is defined