An Overlay-based
Virtual Network Substrate
SpoVNet

Opened 15 years ago

Closed 14 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 Changed 15 years ago by Christoph Mayer

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 Changed 14 years ago by mies

Milestone: Release of 0.2.0

comment:3 Changed 14 years ago by Christoph Mayer

see #28

comment:4 Changed 14 years ago by Christoph Mayer

Owner: changed from somebody to Christoph Mayer
Status: newassigned

comment:5 Changed 14 years ago by Christoph Mayer

Resolution: fixed
Status: assignedclosed

fixed in rev3041

Note: See TracTickets for help on using tickets.