Federico Caccia
Federico Caccia
I get the following error importing unitynet35dlls in Unity 2019.2: `Library\PackageCache\[email protected]\Scripts\Editor\TMP_PackageUtilities.cs(310,17): error CS0433: The type 'Task' exists in both 'System.Threading, Version=1.0.2856.102, Culture=neutral, PublicKeyToken=31bf3856ad364e35' and 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'`
Im running the example presented in this link: https://python-bittrex-websocket-docs.readthedocs.io/en/latest/howto.html (using steps 1 and 2) and I get the following error: ``` RuntimeWarning: coroutine 'MySocket.on_public' was never awaited f(*a, **kw) RuntimeWarning:...
Using the iterable_mapping library, I get the following warning in the iterate_next function: `security/no-assign-params: "iterate_next": Avoid assigning to function parameters.`