Moved inlinefunc-parsing to sessionhandler level. First text throughput for webclient alongside telnet.

This commit is contained in:
Griatch 2016-02-10 22:27:01 +01:00
parent 2890371900
commit 1044006303
4 changed files with 49 additions and 31 deletions

View file

@ -300,7 +300,7 @@ class PortalSessionHandler(SessionHandler):
"""
for session in self.values():
session.data_out(text=(message,))
self.data_out(session, text=message)
def data_in(self, session, **kwargs):
"""