why incementing id?
mo29cg opened this issue · 1 comments
mo29cg commented
// The ID should be unique for each call
$this->id++;
why do you need this?
if id is always 0, and not unique for each call, what will happen?
when I checked with some commands, it seemed fine.
sorry for my english.
aceat64 commented
It's just part of the JSON RPC spec. It may not be strictly necessary, but it's easy enough to do.