Skip to content

Commit

Permalink
Updated README.md - added note about SignalR Core compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelTroka authored Jun 18, 2018
1 parent 8557b92 commit 60d3a0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Python client proxy for [SignalR](http://signalr.net/). Fork of [signalr-client-py](https://github.com/TargetProcess/signalr-client-py) based on threads instead of gevent.

*Note: This is currently not compatible with ASP.NET Core SignalR (.NET Core 2.1), due to some changes in SignalR protocol there*

### Install using pip
```
pip install signalr-client-threads
Expand Down

0 comments on commit 60d3a0e

Please sign in to comment.