zktraffic
zktraffic copied to clipboard
SetWatchesRequest not appearing in /json/paths
This is similar to what happened with Multi() request, we need to either pick the first one or convert something like:
SetWatchesRequest(/foo, /bar)
into
SetWatchesRequest(/foo)
SetWatchesRequest(/bar)
so that we account correctly (albeit, at the expense of more mem).