Becksteinlab / imdclient

Streaming analysis from running MD simulations.
https://imdclient.readthedocs.io/
Other
5 stars 0 forks source link

Connection code should use binary exponential backoff rather than fail immediately #8

Open ljwoods2 opened 3 months ago

ljwoods2 commented 3 months ago

To avoid the user having to coordinate simulation engine and MDAnalysis. IMDClient's _connect_to_server method should use binary exponential backoff with a configurable amount of wait time rather than fail immediately upon not connecting.