-
-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Labels
featureNew feature or requestNew feature or requestnmrsChanges to nmrsChanges 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or requestnmrsChanges to nmrsChanges to nmrsrefactorChange or improve codeChange or improve code