C Node and {'EXIT', Pid, noconnection} in Erlang
Max Lapshin
<
>
Tue Oct 6 11:03:56 CEST 2009
Here it my debug log of connection:
Oct 6 12:59:24 Connection established with node
from
127.0.0.1:51335
Oct 6 12:59:24 Header is: {6, #Pid<
>, '', 'rex'}
Oct 6 12:59:24 Received message: {'$gen_call',
{#Pid<
>, #Ref<
>},
{'call', 'netstream', 'start', (
"ort-tm/1254744976"
), #Pid<
>}}
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