Miguel Grinberg
544b01ad3d
Handle empty argument list for callbacks
Fixes #26
9 years ago
Miguel Grinberg
21a80ea4b4
Release 1.4.4
9 years ago
Miguel Grinberg
c52f4f6a59
minor documentation improvement
9 years ago
Miguel Grinberg
024609e10e
Fix race condition in handling of binary attachments
Fixes #37
9 years ago
Miguel Grinberg
047712da09
release 1.4.3
9 years ago
Miguel Grinberg
a6838a233d
Do not allow event names with hyphens in them
Fixes #36
9 years ago
Miguel Grinberg
a3ae2a9384
add unit test for sleep function
9 years ago
Miguel Grinberg
d556786e76
Release 1.4.2
9 years ago
Miguel Grinberg
0ee6fca86d
Merge pull request #33 from sillygod/fix_handle_disconnect
fix the order of triggered disconnect event
9 years ago
Hanzawa Ye
ea1a52ac84
fix the order of triggered disconnect event
9 years ago
Miguel Grinberg
8b37152953
Merge pull request #32 from winek/patch-1
Correct sio.emit() call in readme
9 years ago
winek
a1ca2c421c
Correct sio.emit() call in readme
9 years ago
Miguel Grinberg
3a1ef8af1c
Release 1.4.1
9 years ago
Miguel Grinberg
cd9e1a7c64
pass return value of start_background_task to the caller
9 years ago
Miguel Grinberg
0810f0b039
a few improvements to examples
9 years ago
Miguel Grinberg
963c8c56c7
Release 1.4
9 years ago
Miguel Grinberg
20185c9a95
a few improvements to examples
9 years ago
Miguel Grinberg
065cc4b221
expose async_mode and sleep from engineio
9 years ago
Miguel Grinberg
08d29d6c0d
Release 1.3
9 years ago
Miguel Grinberg
b6df63d849
delay start of message queue listener thread until first request comes
9 years ago
Miguel Grinberg
0173306ee9
Merge pull request #27 from pdecat/master
Avoid KeyError when no room exists
9 years ago
Patrick Decat
626499cd45
Avoid KeyError when no room exists
9 years ago
Miguel Grinberg
6481816090
Release 1.2
9 years ago
Miguel Grinberg
fd40c9546b
Merge pull request #22 from PADAS/master
Avoid KeyError in is_connected.
9 years ago
Chris Doehring
cba6c3ed8b
Avoid KeyError in is_connected.
9 years ago
Miguel Grinberg
109c5d73b5
Release v1.1
9 years ago
Miguel Grinberg
d34f49b3b1
remove disconnected client before invoking disconnect handler
9 years ago
Miguel Grinberg
370db6488b
Eliminate problematic _clean_rooms method
9 years ago
Miguel Grinberg
74e9ab11dc
handle leaving a room and entering again right after ( fixes #17 )
9 years ago
Miguel Grinberg
dabe33f1a1
document the need to monkey patch with eventlet and gevent
9 years ago
Miguel Grinberg
2e8ea1c96a
Release 1.0
9 years ago
Miguel Grinberg
259f98d3cd
Expand tuples to multiple arguments, but not lists
9 years ago
Miguel Grinberg
e4118cd83d
Release 0.9.2
9 years ago
Miguel Grinberg
ba31975d65
silence a flak8 error on imports not at top
9 years ago
Miguel Grinberg
0c35757359
Use separate read and write Kombu connections
Eventlet does not like file handles to be shared among greenlets. Using
an independent connection in the listening thread addresses this
problem. (fixes #13 )
9 years ago
Miguel Grinberg
155fd5bff2
Release 0.9.1
9 years ago
Miguel Grinberg
d8982dba81
Pass result of connect handler up to engineio
9 years ago
Miguel Grinberg
78caf13c21
Release 0.9.0
9 years ago
Miguel Grinberg
57756e3bdc
Add write_only argument to Kombu and Redis manager classes
9 years ago
Miguel Grinberg
0e47a75a3a
minor message queue documentation improvements
9 years ago
Miguel Grinberg
33b632ca3e
Release 0.8.2
9 years ago
Miguel Grinberg
73fd499033
correct kombu implementation of a fanout queue
9 years ago
Miguel Grinberg
12dfcf860c
Release 0.8.1
9 years ago
Miguel Grinberg
3eaa552425
Release 0.8.0
9 years ago
Miguel Grinberg
45f18d7feb
Merge pull request #9 from miguelgrinberg/multiple-workers
Multiple workers
9 years ago
Miguel Grinberg
e56ff807f4
documentation updates
9 years ago
Miguel Grinberg
6ae89688d7
do not allow callbacks outside of a server context
9 years ago
Miguel Grinberg
8ee4cf7e75
message queue documentation
9 years ago
Miguel Grinberg
71142aa2db
pubsub unit tests
9 years ago
Miguel Grinberg
6a9f29f2d2
Merge pull request #8 from DavisMiculis/patch-1
README typo fix
9 years ago