Alex Kuhrt
fcfeae64b6
Fix a typo in the documentation
The code examples for passing a custom `http_session` to the client contain an incorrect reference. This commit corrects the reference to `requests.Session`.
2 years ago
zykron1
c66d7a9f1a
Improved grammar in documentation ( #1175 )
2 years ago
Miguel Grinberg
72dfdc6c8a
Corrected user session documentation example ( Fixes #1170 )
2 years ago
Miguel Grinberg
9d02247bc5
Improved documentation on horizontal scaling ( Fixes #1099 )
2 years ago
Miguel Grinberg
c4117fd651
Removed incorrect reference to multiple callback invocations ( Fixes #1152 )
2 years ago
mostlycryptic
55db745890
Fix typo in documentation ( #1091 )
3 years ago
Miguel Grinberg
54aecfda91
TLS/SSL client documentation ( Fixes #1040 )
3 years ago
Miguel Grinberg
2c3e360ae8
Recommend ASGI integration for Sanic in Documentation
3 years ago
mostlycryptic
f888446b33
Fix documentation typo ( #948 )
3 years ago
Omar Costa Hamido
16243e7c5f
Fixed documentation typo ( #910 )
3 years ago
Ezio Melotti
3336181f9c
Fix indentation in the "Rooms" docs example. ( #872 )
3 years ago
Miguel Grinberg
a54152f246
Update Python supported versions in docs
4 years ago
Miguel Grinberg
34f34e53d6
Do not invoke reserved events on a catch-all handler ( Fixes #814 )
4 years ago
Miguel Grinberg
47c5f45c76
Document how to get connection state in the client ( Fixes #799 )
4 years ago
Miguel Grinberg
28569d48ad
Catch-all event handlers
4 years ago
Miguel Grinberg
703843b42b
Document that callbacks cannot be used in external processes (Fixes https://github.com/miguelgrinberg/Flask-SocketIO/issues/1533 )
4 years ago
Miguel Grinberg
ef4ae900c5
Improve start_background_task example ( Fixes #647 )
4 years ago
Miguel Grinberg
d5308504d3
Document the use of arguments in the connect_error handler ( Fixes #554 )
4 years ago
Miguel Grinberg
2f085b3338
Document WebSocket support for threading mode
4 years ago
Miguel Grinberg
9ff8bf3541
Updated socketio javascript client versions in documentation
4 years ago
manuel
f341abe88e
Adding missing example of async client implementation to intro.rst
4 years ago
Mohammed Abdul Raheem
eabcc4679b
Add scrolling to documentation sidebar ( #610 )
4 years ago
Miguel Grinberg
11b6f1a08d
Pass auth information sent by client to the connect handler
5 years ago
Arpit Jain
c809774c3e
Fix typos in the manual ( #599 )
5 years ago
Miguel Grinberg
3ae369757a
Add python-engineio to version compatibility table
5 years ago
Miguel Grinberg
839b533d67
fix documentation typo #nolog
5 years ago
Miguel Grinberg
3419d4dcb0
Added version compatibility chart to docs #nolog
5 years ago
Miguel Grinberg
5e010bdf1f
add a note regarding Socket.IO 3.0 support in progress #nolog
5 years ago
Miguel Grinberg
4890607130
Added troubleshooting section to the documentation
5 years ago
Fover
1fbf95940c
Fixed typo in documentation ( #524 )
5 years ago
someApprentice
4385057c34
fix: fixed route path for tornado server ( #494 )
5 years ago
Miguel Grinberg
02a7ce32c0
Remove references to Python 2.7 in the documentation
5 years ago
kizError
cdde846e57
Update intro.rst ( #450 )
5 years ago
Dmitry Volodin
aa2882cb3e
fix AsyncClient example and typo in Intro ( #389 )
* fix AsyncClient example
* fix miguelgrinberg/python-socketio#353
6 years ago
Rotzbua
d4b4034311
fix missing : in documentation example ( #386 )
6 years ago
Miguel Grinberg
805d5f3741
Support the connect_error event in the client ( Fixes #344 )
6 years ago
Dmitry Volodin
b60bbc0307
fix documentation typos ( #374 )
6 years ago
Miguel Grinberg
f36fa88d9e
Updated documentation on message queue manager classes
6 years ago
salimaboubacar
d984f32e76
Add Asyncio based RabbitMQ manager ( #320 )
6 years ago
Miguel Grinberg
045188c63d
Documentation for the Same Origin security policy
6 years ago
Miguel Grinberg
2aa8636223
documentation on user session behavior on disconnections ( Fixes #308 )
6 years ago
Miguel Grinberg
814ff84ec3
Move python-engineio dependency to versions 3.8 and up
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
d3e19b7e52
note on cors support for sanic ( fixes #205 )
6 years ago
Miguel Grinberg
0249f05a2f
Fixed Sanic documentation ( fixes #193 )
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
Andrey Rusanov
f3b5210289
Add tests and docs
6 years ago