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
comment:2 Changed 14 years ago by
Milestone: | → Release of 0.2.0 |
---|
comment:4 Changed 14 years ago by
Owner: | changed from somebody to Christoph Mayer |
---|---|
Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.
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.