SignalR Core python client
A Python SignalR Core client(json and messagepack), with invocation auth and two way streaming. Compatible with azure / serverless functions. Also with automatic reconnect and manually reconnect.
修改说明:1、fork原库,在原库的基础上修复了一些多线程相关的BUG;2、支持设置网络代码,方便fiddler等软件抓包;(仅项目自用,其余用途建议直接使用原库signalrcore的最新版)