To clarify it, node comes from client A, server do something with it, and then send node to client B
8MHz
To clarify it, node comes from client A, server do something with it, and then send node to client B
8MHz
Hi!
What i'm trying to do is send a message directly from server to client,here is my pseudo-doNode def in test module
Code:
def doNode(self, nodeName, node, client):
if nodeName == 'sc':
for i in test.table:
if i.id == node['text']: msg = self.server.formatMessage('out', [], i.info)
.....and server send message to MySelectedClient...(i wish heh)
break
return
is there any way to do it?
Any help would be greatly appreciated!
Cheers