zktraffic icon indicating copy to clipboard operation
zktraffic copied to clipboard

SetWatchesRequest not appearing in /json/paths

Open rgs1 opened this issue 10 years ago • 0 comments

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).

rgs1 avatar Apr 10 '15 19:04 rgs1