wrong REG_SEND message format

Bug #767842 reported by longedok
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Twotp
New
Undecided
Unassigned

Bug Description

In class MessageHandler in method namedSend there is forming a message to be send to remote node:
ctrlMsg = Tuple((Integer(self.CTRLMSGOP_REG_SEND), cookie, pid, processName)).
But erlang documentation says, that proper format is:
REG_SEND
    {6, FromPid, Cookie, ToName}.
So, we have wrong order of message members "cookie" and "pid".

Revision history for this message
Scramblejams (steve-ihonk) wrote :

Thank you for the fix, longedok. Worked for me.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.