rpc/getAllCounters: return seq

This commit is contained in:
Andrew Dolgov 2018-12-15 13:17:34 +03:00
parent 8c49689fda
commit b66deb3240
1 changed files with 2 additions and 1 deletions

View File

@ -274,7 +274,8 @@ class RPC extends Handler_Protected {
@$seq = (int) $_REQUEST['seq'];
$reply = [
'counters' => Counters::getAllCounters()
'counters' => Counters::getAllCounters(),
'seq' => $seq
];
if ($seq % 2 == 0)