digital
|
3d934eab8c
removed 'no gpio module' warning'
|
7 years ago |
digital
|
64f10ff97d
bugfix: fixed bugs introduced in the previous commit
|
7 years ago |
digital
|
ed94eb52dd
reverted changes from the the previous commits
|
7 years ago |
digital
|
f5e765c697
bugfix: fixed bugs introduced in the previous commits
|
7 years ago |
digital
|
6d43dc4472
removed log message and commented the changes of the previous commit
|
7 years ago |
digital
|
5ea9f89188
the changes made in the previous commit were partly in the wrong method. using dynamic super() instead of ConnHandlerBase now
|
7 years ago |
digital
|
f0d83c5fa9
connhandler.recv and send called itself, not the methods of the superclass
|
7 years ago |
digital
|
a88a863973
bugfix: ConnHandler was inheriting from object instead of ConnHandlerBase
|
7 years ago |
digital
|
1f5399f6c7
bugfix: handler.close was renamed to handler.disconnect; removed commented out deprecated code
|
7 years ago |
digital
|
c4636d25d3
fixed typo
|
7 years ago |
digital
|
0d692db8e4
fixed bug, python doesn't recognize class variables of the superclass in function definitions
|
7 years ago |
digital
|
141fc19e1e
fixed intendation bug
|
7 years ago |
digital
|
92b3d486f8
moved explanation of server.__init__ args to docsting
|
7 years ago |
digital
|
bbe9179034
rewrote connhandler methods so they call send and recv from their superclass
|
7 years ago |
digital
|
835f4bbd90
removed deprecated code
|
7 years ago |
digital
|
a71f7220df
renamed welcome_client to on_welcome
|
7 years ago |
digital
|
66c878abbd
await and async are forbidden in __init__. now calling on_welcome from server.handle_client
|
7 years ago |
digital
|
838194b09f
for some reasons you cant await async methods using a variable holding the method. curio.spawn() hopefully works
|
7 years ago |
digital
|
58c9826c3d
fixed intendation bug
|
7 years ago |
digital
|
b404e32e0d
bugfix, ConnHandler was calling the __init__ method of the superclass of ConnHandlerBase, not of ConnHandler.
|
7 years ago |
digital
|
ad47535129
improved connection handlers, added documentation and rewrote a few parts
|
7 years ago |
digital
|
ce1a9d2684
trying to fix a bug
|
7 years ago |
digital
|
168232f7ac
trying to fix a bug
|
7 years ago |
digital
|
44a5b03a3c
bugfix, only awaiting async functions now 2.0
|
7 years ago |
digital
|
6b7141f00e
bugfix, only awaiting async functions now
|
7 years ago |
digital
|
3592d7f248
bugfix, last commit introduced a syntax error. properly awaiting handle_tasks.cancel_remaining now
|
7 years ago |
digital
|
05330b26ab
bugfix, handle_tasks.cancel_remaining was never awaited
|
7 years ago |
digital
|
40c3dfc9c7
bugfix, server didn't call the socket factory method
|
7 years ago |
digital
|
53b4ebda5f
bugfix, server didn't create it's socket. now it does
|
7 years ago |
digital
|
51e87c4099
removed debug message and fixed cleanup problem, gpio.cleanup wants a list but _pins_for_cleanup is a set
|
7 years ago |