Changes between Initial Version and Version 1 of Ticket #2491, comment 3
- Timestamp:
- 2016-03-29T01:06:58Z (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2491, comment 3
initial v1 21 21 22 22 * `node.Node._tub_ready_observer` and `when_tub_ready` go away 23 * several `client.Client` methods stop using `when_tub_ready` (and stop using Deferreds): `init_introducer_client`, `init_storage`, `init_control , `init_helper`, `init_key_gen`.23 * several `client.Client` methods stop using `when_tub_ready` (and stop using Deferreds): `init_introducer_client`, `init_storage`, `init_control`, `init_helper`, `init_key_gen`. 24 24 * in particular, we call `tub.setLocation()` *before* calling any of those init methods, so they can safely use `tub.registerReference` 25 25