-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
Description
The scenario is as follows:
- The app disconnects a DLS neo GetRange request due to a long request timeout
- Dls request failed due to a specific node
- Expected non-zero errno after failure (connection hung up on read)
- Received request stopped notification on the app side
- App retries the request after 5 seconds
- Request finished successfully
- App processed 4 more requests successfully
- and suddenly the app crashes due to
dlsproto.client.request.internal.GetRange.GetRangeHandler.forceStopRequest()
Reactions are currently unavailable