Skip to content

Releases: PawelTroka/signalr-client-threads

0.0.12

26 Feb 11:21
Compare
Choose a tag to compare

0.0.11

10 Aug 12:53
Compare
Choose a tag to compare

Do not explicitly call close on connection when exception happens - setting is_open flag to False is enough, since it finishes wrapped listener execution

0.0.10

10 Aug 11:43
Compare
Choose a tag to compare

Exception in wrapped listener should close connection

0.0.9

10 Aug 09:20
Compare
Choose a tag to compare

Added exception event hook which is fired when exception (e.g. WebSocketConnectionClosedException) happens during connection

0.0.8

05 Mar 12:53
Compare
Choose a tag to compare

Removed dependency on gevent