Commit History

Autor SHA1 Mensaxe Data
  digital 4b55a9ee03 trying out wait and join %!s(int64=7) %!d(string=hai) anos
  digital f0d91bda32 shutdown called itself instead of async_shutdown %!s(int64=7) %!d(string=hai) anos
  digital feb8a53adf renamed shutdown to async_shutdown and sync_shutdown to shutdown %!s(int64=7) %!d(string=hai) anos
  digital f1bd292069 fixed a bug in the error handler, run and arun didn't expect argument 'self' %!s(int64=7) %!d(string=hai) anos
  digital 8a9cb68a71 added a synchronous shutdown method %!s(int64=7) %!d(string=hai) anos
  digital 8a81ffd6a9 better implementation of an error handler %!s(int64=7) %!d(string=hai) anos
  digital 5a2cc53c71 implemented a proper error handler %!s(int64=7) %!d(string=hai) anos
  digital 3ca205d781 error_handler now runs async methods properly, trying to figure out what's up with joining tasks %!s(int64=7) %!d(string=hai) anos
  digital 4476160f24 simplified code %!s(int64=7) %!d(string=hai) anos
  digital 88edcf00c1 bugfix: async function wans't awaited %!s(int64=7) %!d(string=hai) anos
  digital ceeebc2e9b bugfix: missing argument calling socker.shutdown %!s(int64=7) %!d(string=hai) anos
  digital fa6003f957 style fix %!s(int64=7) %!d(string=hai) anos
  digital 3d934eab8c removed 'no gpio module' warning' %!s(int64=7) %!d(string=hai) anos
  digital 64f10ff97d bugfix: fixed bugs introduced in the previous commit %!s(int64=7) %!d(string=hai) anos
  digital ed94eb52dd reverted changes from the the previous commits %!s(int64=7) %!d(string=hai) anos
  digital f5e765c697 bugfix: fixed bugs introduced in the previous commits %!s(int64=7) %!d(string=hai) anos
  digital 6d43dc4472 removed log message and commented the changes of the previous commit %!s(int64=7) %!d(string=hai) anos
  digital 5ea9f89188 the changes made in the previous commit were partly in the wrong method. using dynamic super() instead of ConnHandlerBase now %!s(int64=7) %!d(string=hai) anos
  digital f0d83c5fa9 connhandler.recv and send called itself, not the methods of the superclass %!s(int64=7) %!d(string=hai) anos
  digital a88a863973 bugfix: ConnHandler was inheriting from object instead of ConnHandlerBase %!s(int64=7) %!d(string=hai) anos
  digital 1f5399f6c7 bugfix: handler.close was renamed to handler.disconnect; removed commented out deprecated code %!s(int64=7) %!d(string=hai) anos
  digital c4636d25d3 fixed typo %!s(int64=7) %!d(string=hai) anos
  digital 0d692db8e4 fixed bug, python doesn't recognize class variables of the superclass in function definitions %!s(int64=7) %!d(string=hai) anos
  digital 141fc19e1e fixed intendation bug %!s(int64=7) %!d(string=hai) anos
  digital 92b3d486f8 moved explanation of server.__init__ args to docsting %!s(int64=7) %!d(string=hai) anos
  digital bbe9179034 rewrote connhandler methods so they call send and recv from their superclass %!s(int64=7) %!d(string=hai) anos
  digital 835f4bbd90 removed deprecated code %!s(int64=7) %!d(string=hai) anos
  digital a71f7220df renamed welcome_client to on_welcome %!s(int64=7) %!d(string=hai) anos
  digital 66c878abbd await and async are forbidden in __init__. now calling on_welcome from server.handle_client %!s(int64=7) %!d(string=hai) anos
  digital 838194b09f for some reasons you cant await async methods using a variable holding the method. curio.spawn() hopefully works %!s(int64=7) %!d(string=hai) anos