Moved inlinefunc-parsing to sessionhandler level. First text throughput for webclient alongside telnet.
This commit is contained in:
parent
2890371900
commit
1044006303
4 changed files with 49 additions and 31 deletions
|
|
@ -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):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue