Opened 16 years ago
Closed 16 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 , 16 years ago
comment:2 by , 16 years ago
Milestone: | → Release of 0.2.0 |
---|
comment:4 by , 16 years ago
Owner: | changed from | to
---|---|
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.