C Node and {'EXIT', Pid, noconnection} in Erlang
Max Lapshin
max.lapshin@REDACTED
Tue Oct 6 11:03:56 CEST 2009
Here it my debug log of connection:
Oct 6 12:59:24 Connection established with node ems@REDACTED from
127.0.0.1:51335
Oct 6 12:59:24 Header is: {6, #Pid<ems@REDACTED>, '', 'rex'}
Oct 6 12:59:24 Received message: {'$gen_call',
{#Pid<ems@REDACTED>, #Ref<ems@REDACTED>},
{'call', 'netstream', 'start', (
"ort-tm/1254744976"
), #Pid<ems@REDACTED>}}
So, OjbC receive only one message from erlang, erlang log is:
DEBUG ems_play:78 {"Netstream created",<5892.42.4>}
DEBUG ems_fsm:402 {"Player died",<5892.42.4>,noconnection}
However, ObjC is still sending messages to established connection.
More information about the erlang-questions
mailing list