An implementation of the Syndicate broker protocol for Python
Go to file
Tony Garnock-Jones df719276d1 Proper shutdown of TCP connections on ^D 2019-03-22 14:21:21 +00:00
syndicate Proper shutdown of TCP connections on ^D 2019-03-22 14:21:21 +00:00
.gitignore Initial commit 2018-11-20 19:45:27 +00:00
Makefile Initial commit 2018-11-20 19:45:27 +00:00
chat.py Handle flushing of pending callbacks before loop termination; avoids error on ^D with websocket connections 2019-03-22 14:20:56 +00:00
environment Initial commit 2018-11-20 19:45:27 +00:00
requirements.txt Initial commit 2018-11-20 19:45:27 +00:00
setup.py Initial commit 2018-11-20 19:45:27 +00:00