Allocate a unique request ID via the per-node counter.
(&self)
| 148 | |
| 149 | /// Allocate a unique request ID via the per-node counter. |
| 150 | fn next_request_id(&self) -> RequestId { |
| 151 | self.state.next_request_id() |
| 152 | } |
| 153 | |
| 154 | /// Register the session in the registry after authentication and store the |
| 155 | /// kill receiver. No-op if the user has `user_id == 0` (trust mode fallback). |