Dylan Anthony
0b25ff42b8
Added rediss:// URL scheme to AsyncRedisManager ( #319 )
* Added rediss:// URL scheme to AsyncRedisManager
* Obeyed flake8
6 years ago
Miguel Grinberg
5e7c4df975
Version 4.2.1dev
6 years ago
Miguel Grinberg
f9ccb7f7bf
Release 4.2.0
6 years ago
Miguel Grinberg
fa53e3869c
handle keyboard interrupt during reconnect ( Fixes #301 )
6 years ago
Miguel Grinberg
8a4e5ffa5c
added "to" parameter as an alias to "room"
6 years ago
Miguel Grinberg
eecd3676c1
correctly autodetect asgi async mode
6 years ago
Miguel Grinberg
2aa8636223
documentation on user session behavior on disconnections ( Fixes #308 )
6 years ago
Miguel Grinberg
3062d3f5a7
add funding file #nolog
6 years ago
Miguel Grinberg
61034bb922
release script bug fix #nolog
6 years ago
Miguel Grinberg
97c52086e8
Version 4.1.1dev
6 years ago
Miguel Grinberg
de43788020
Release 4.1.0
6 years ago
Miguel Grinberg
814ff84ec3
Move python-engineio dependency to versions 3.8 and up
6 years ago
Miguel Grinberg
0f42c181da
Various simplifications to examples
6 years ago
Miguel Grinberg
70ebfdbfa1
New @event decorator for handler registration
6 years ago
Miguel Grinberg
aaa87a8277
Much more flexible support for static files in the server
6 years ago
Miguel Grinberg
3b32dbde8d
expose the sid for the connection
6 years ago
Miguel Grinberg
9847565445
fixed type in change log #nolog
6 years ago
Miguel Grinberg
b347040ff2
Version 4.0.4dev
6 years ago
Miguel Grinberg
49dd9fc8d6
Release 4.0.3
6 years ago
Miguel Grinberg
18fa5286c7
flake8 fixes
6 years ago
Miguel Grinberg
b46dc0fa1a
auto-generate change log during release
6 years ago
Miguel Grinberg
7348d923e3
added python 3.7 build
6 years ago
Miguel Grinberg
7803a7bce0
added change log
6 years ago
Miguel Grinberg
00d39ca698
skip_sid parameter can also be a list ( fixes #202 )
6 years ago
Miguel Grinberg
d3e19b7e52
note on cors support for sanic ( fixes #205 )
6 years ago
Miguel Grinberg
0249f05a2f
Fixed Sanic documentation ( fixes #193 )
6 years ago
Miguel Grinberg
18215d90b2
Version 4.0.3dev
6 years ago
Miguel Grinberg
f4cccfa009
Release 4.0.2
6 years ago
Miguel Grinberg
4632a3522e
helper release script
6 years ago
Miguel Grinberg
dd3608c79e
fixed requirements file
6 years ago
Miguel Grinberg
c0c1bf8d21
properly handle disconnects from ios client
6 years ago
Miguel Grinberg
ac7fa5cb5e
updated some requirements
6 years ago
Miguel Grinberg
f86999ff9c
updated asgi examples to the latest uvicorn
6 years ago
Miguel Grinberg
da26cabd2d
Release 4.0.1
6 years ago
Miguel Grinberg
fd91e36799
remove unused wait and timeout arguments from send method
6 years ago
Syed Faheel Ahmad
cacb621ad7
Add missing import statement for socketio in docs ( #289 )
* Add missing import statement for socketio
* Remove incorrect import statement
6 years ago
Almog Cohen
55e3a6cb02
change a typo from `client` to `server` ( #280 )
6 years ago
Miguel Grinberg
65c4675bab
add link to stack overflow for questions
6 years ago
Miguel Grinberg
3af9a003aa
Merge branch 'Keylekan-master'
6 years ago
quentin
c4e4b0b226
Add namespaces parameter to the self.connect call in the reconnection process
6 years ago
Miguel Grinberg
a34549ae8d
Release 4.0.0
6 years ago
Miguel Grinberg
9ddc860391
fix python 2 unit test
6 years ago
Miguel Grinberg
1154e43faf
Merge branch 'andreyrusanov-connection_refused_error'
6 years ago
Miguel Grinberg
605d1acfcd
add ConnectionRefusedError exception
6 years ago
Miguel Grinberg
fe6b31175d
add always_connect option to previous fix optional
6 years ago
Miguel Grinberg
0db35c87e9
send connect packet before invoking connect handler
6 years ago
Miguel Grinberg
c35451421d
client disconnect does not take namespace as argument
Fixes #259
6 years ago
Miguel Grinberg
f752312884
Avoid double calls to client disconnect handlers
Fixes #261
6 years ago
Miguel Grinberg
1fb1f6d6e5
readme fixes
6 years ago
maxDzh
6e4079ac64
Update sanic version in requirements.txt ( #255 )
Sanic example doesn't work because of the server version specified in requirements (0.3.1).
Traceback (most recent call last):
File "app.py", line 23, in <module>
@app.listener('before_server_start')
AttributeError: 'Sanic' object has no attribute 'listener'
The code starts to work from 0.7 sanic version.
6 years ago