Closed criminosis closed 7 months ago
Hi @criminosis sure, can you provide a PR for this?
@wolf4ood happily. Pushed it up https://github.com/wolf4ood/gremlin-rs/pull/204
If you wouldn't mind cutting a release once it's merged I'd appreciate it!
Sure i can do the release :)
Thank you!
@criminosis released :)
@wolf4ood Thanks!
@wolf4ood would it be possible to include the wrapped error message in the thiserror annotation for the Generic Error?
I think it'd just need to be changed to something like:
As it stands I keep having this error occur and
data store disconnected
gets logged, but I don't have any context as to why.Sort of tangental to the issue but is it expected for when this error occurs to drop the client and manually re-create it? Currently I just keep retrying the same traversal, but once whatever error this is starts to happen it seems to keep failing in my retry loop until I restart the program.