-
-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
enhancementNew feature or requestNew feature or requestnmrsChanges attribute to nmrsChanges attribute to nmrsrefactorChange or improve codeChange or improve code
Description
nmrs/nmrs/src/core/state_wait.rs
Lines 36 to 39 in 0d61e96
| const CONNECTION_TIMEOUT: Duration = Duration::from_secs(30); | |
| /// Default timeout for device disconnection (10 seconds). | |
| const DISCONNECT_TIMEOUT: Duration = Duration::from_secs(10); |
Users cannot configure timeouts for their specific use cases (slow networks, enterprise auth, etc.).
We should either add a ConnectionConfig or NetworkManagerBuilder with configurable timeouts. We can still keep current values as sensible defaults
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestnmrsChanges attribute to nmrsChanges attribute to nmrsrefactorChange or improve codeChange or improve code