wolf4ood / gremlin-rs

Gremlin Rust
Apache License 2.0
106 stars 29 forks source link

ReponseStatus Deserialization Panics If No Message Provided #206

Closed criminosis closed 3 months ago

criminosis commented 3 months ago

This may be uniquely JanusGraph, but I've had panics that occur because the message field of ResponseStatus wasn't being returned or was null. Setting a default value of empty string can avoid the panic.

criminosis commented 3 months ago

Getting ahead of the curve for this one @wolf4ood and went ahead and put up a PR 😉