Opened 15 years ago
Closed 15 years ago
#364 closed bug (Invalid)
Daemon should give client a unique identifier on registration
Reported by: | andar | Owned by: | andar |
---|---|---|---|
Priority: | major | Milestone: | 1.2.0 |
Component: | Core | Version: | 1.1.0_dev |
Keywords: | Cc: |
Description
The daemon should assign a unique identifier to the client upon registration and the client should use this identifier in any rpc calls it makes to the daemon. This will allow us to only send signals to specific clients and possibly allow for multiple sessions based on identifier/authentication.
Change History (1)
comment:1 Changed 15 years ago by andar
- Resolution set to invalid
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
This is not necessary since sessions are now tracked by the daemon.