First, untested implementation of websocket protocol support.
This commit is contained in:
parent
3b1c66dcbc
commit
01d15f13ee
6 changed files with 811 additions and 7 deletions
|
|
@ -239,4 +239,4 @@ class Msdp(object):
|
|||
Send oob data to Evennia
|
||||
"""
|
||||
#print "msdp data_in:", funcname, args, kwargs
|
||||
self.protocol.data_in(text=None, oob=(funcname, args, kwargs))
|
||||
self.protocol.data_in(text=None, oob=(funcname, args, kwargs))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue