erlang -> uwsgi seem to work now also with short names (with latest dev):
(uwsgierlang@johnII)80> {useless_atom,'uwsginode@johnII'} ! "Hello!" .
"Hello!"
and in the uwsgi terminal
From: uwsgierlang@johnII To: ��?��ŷC RegName: useless_atom
eversion: 131
etype: 107/k esize: 6
string: Hello!
I have this callback but it doesn't seem to work;
def erlang_node_callback (arg):
print "received an erlang message"
print str(arg)
uwsgi.erlang_func = erlang_node_callback
What is wrong ?
--
luigi
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi