As per observation of the latest version of arrpc's detectable.json, it seems like the summary field was removed entirely. This causes the current version to panic when trying to start with ./rsrpc -d ./detectable.json.
This simply removes occurrences of the summary field. I hope I did not miss anything.
What does this PR do
As per observation of the latest version of
arrpc
's detectable.json, it seems like thesummary
field was removed entirely. This causes the current version to panic when trying to start with./rsrpc -d ./detectable.json
.This simply removes occurrences of the
summary
field. I hope I did not miss anything.