问题
Is there a serviseR (ASP .NET CORE 2.0) client for python?
I've found signal library but it's too old, and doesn't working with my signalR server (Include="Microsoft.AspNetCore.SignalR" Version="1.0.0-alpha2-final") because this python library uses '/negotiate' method, which is not used in new versions.
来源:https://stackoverflow.com/questions/48802936/signalr-python-client