Miguel Grinberg
|
87fb830bd8
|
improved documentation
|
6 years ago |
Miguel Grinberg
|
1768e251b9
|
updates to asgi examples
|
6 years ago |
Miguel Grinberg
|
b214380d05
|
ASGI support
|
6 years ago |
Miguel Grinberg
|
015ea2037f
|
updated dependencies and fixed linter error
|
6 years ago |
Anthony Zhang
|
4a030d2f9c
|
Fix synchronization issue in SocketIO (#213)
|
6 years ago |
Kelly Truesdale
|
da7cb86330
|
Logging improvements for write-only connections (#197)
* Make logger a property of BaseManager, configurable separately from server for write-only situations.
* Shorten line lengths for recent changes.
|
7 years ago |
Miguel Grinberg
|
f2d28ad62c
|
better handling of packets with no data
|
7 years ago |
Miguel Grinberg
|
1777c52778
|
add python 3.7 to tox
|
7 years ago |
Miguel Grinberg
|
2a8befdbc9
|
Tornado examples readme
|
7 years ago |
Miguel Grinberg
|
415af129b7
|
Tornado docs
|
7 years ago |
Miguel Grinberg
|
836f4a400d
|
Release 2.0.0
|
7 years ago |
Miguel Grinberg
|
555b69e807
|
Tornado 5 support
|
7 years ago |
Grey Li
|
58c8a6f430
|
Fix typo in docs (#187)
|
7 years ago |
Grey Li
|
4131e539f8
|
Update documentation link (#185)
Pythonhosted.org was deprecated.
|
7 years ago |
Vincent Mézino
|
a84338fd42
|
Remove trailing whitespaces...
|
7 years ago |
Vincent Mézino
|
6dc74df2fb
|
Group __all__ element by type in __init__.py
|
7 years ago |
Vincent Mézino
|
dc1e416dab
|
Remove trailing whitespaces
|
7 years ago |
Vincent Mézino
|
839dba3411
|
Fix flake8
|
7 years ago |
Vincent Mézino
|
29e9c659d4
|
Remove unused imports
|
7 years ago |
Vincent Mézino
|
4f1d8d9329
|
Use the provided url in KafkaManager and remove the method 'initialize'
|
7 years ago |
Vincent Mézino
|
610c229fd9
|
Write KafkaManager
|
7 years ago |
Vincent Mézino
|
2568c80a5a
|
Add KafkaManager to __init__.py
|
7 years ago |
Vincent Mézino
|
725afcbc14
|
Add a copy of redis manager and name it kafka manager
|
7 years ago |
Toon Knapen
|
c24c91a725
|
typo fix (#180)
|
7 years ago |
Miguel Grinberg
|
ad37d0db93
|
add pypy3 target to travis builds
|
7 years ago |
Miguel Grinberg
|
1ec2e10efc
|
Release 1.9.0
|
7 years ago |
rettier
|
598568c715
|
assigning local ret variable to none if the asyncio task is canceled (#164)
|
7 years ago |
Miguel Grinberg
|
af13ef067c
|
Recoonect to redis when connection is lost
Fixes #143
|
7 years ago |
Miguel Grinberg
|
96d4e5f257
|
Release 1.8.4
|
7 years ago |
Miguel Grinberg
|
b3fc842c76
|
properly handle callbacks in multi-host configurations for asyncio
|
7 years ago |
Miguel Grinberg
|
8d7059a1a2
|
Properly handle callbacks in multi-host configurations
Fixes #150
|
7 years ago |
Jacopo Farina
|
06e7cece74
|
aiohttp instead of flask in example HTML (#91)
* aiohttp instead of flask in example HTML
* page title is now python-socketio
|
7 years ago |
Kane Blueriver
|
ef7088d67a
|
Fix backquotes usage in docs. (#146)
Related document of reST is here: http://www.sphinx-doc.org/en/stable/rest.html
|
7 years ago |
Miguel Grinberg
|
8415a7a33c
|
updated socketio js client to v2.0.4 in all examples
|
7 years ago |
Miguel Grinberg
|
3b702da590
|
Release 1.8.3
|
7 years ago |
Miguel Grinberg
|
9350775634
|
fixed memory leak on rejected connections for asyncio
|
7 years ago |
Miguel Grinberg
|
63b6908953
|
Release 1.8.2
|
7 years ago |
Miguel Grinberg
|
66e17fb387
|
fixed memory leak on rejected connections
Fixes https://github.com/miguelgrinberg/Flask-SocketIO/issues/574
|
7 years ago |
Miguel Grinberg
|
90b226d0e3
|
Release 1.8.1
|
8 years ago |
Miguel Grinberg
|
7f02f7aaa9
|
JavaScript client sends query string attached to namespace
Fixes #124
|
8 years ago |
Miguel Grinberg
|
8bba811408
|
Update README.rst
|
8 years ago |
Miguel Grinberg
|
187c52582b
|
Documented protocol defaults
|
8 years ago |
Miguel Grinberg
|
2faa6f56d4
|
Release 1.8.0
|
8 years ago |
Alex Plugaru
|
358a8e118f
|
Made queues non-durable. Always retry after disconnect. (#120)
|
8 years ago |
Miguel Grinberg
|
97f4faa88b
|
Release 1.7.7
|
8 years ago |
Miguel Grinberg
|
af81132610
|
pass redis password in the URL
|
8 years ago |
larry.liu
|
8cf035fb3a
|
redis pub/sub support set password (#116)
|
8 years ago |
Miguel Grinberg
|
d0dd3e44f8
|
Release 1.7.6
|
8 years ago |
Miguel Grinberg
|
93f70dc9e1
|
async_handlers option for asyncio servers
|
8 years ago |
Miguel Grinberg
|
690be4fd19
|
fixed requirements file for python 2
|
8 years ago |