Opened 15 years ago

Closed 15 years ago

#25 closed defect (fixed)

Bind listeners before initiating or joining

Reported by: Christoph Mayer Owned by: Christoph Mayer
Priority: critical Milestone: Release of 0.2.0
Component: Foundation Version: 0.1.0
Keywords: Cc:

Description

Listeners should be able to bind before saying node->initiate() or node->join(). Otherwise some events can not be catched. E.g. the initiator should get a onJoinCompleted call, but never will, as the listener is not bound when saying node->initiate().

Change History (5)

comment:1 by Christoph Mayer, 15 years ago

In The PingPong sample the problem if fixed as the ping Timer is started by the initator explicitely after initiating the spovnet. Actually it should be started onJoin, as it is done at the joining node.

comment:2 by mies, 15 years ago

Milestone: Release of 0.2.0

comment:3 by Christoph Mayer, 15 years ago

see #28

comment:4 by Christoph Mayer, 15 years ago

Owner: changed from somebody to Christoph Mayer
Status: newassigned

comment:5 by Christoph Mayer, 15 years ago

Resolution: fixed
Status: assignedclosed

fixed in rev3041

Note: See TracTickets for help on using tickets.