felangel / felangel/web_socket_client
feat: If I need to disable automatic reconnection, how should I set it up?
Open
- Dominant language
- Dart
- Stars
- 177
- Forks
- 44
- PR merge metrics
- No merged PRs in 30d
Description
Is it possible to set :
const backoff = ConstantBackoff(Duration.zero);
final socket = WebSocket(uri, backoff: backoff);
Is that correct?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.