We have an RPC function FindMatch, and if there are no running matches this function will create a new one. But because matchList is empty when matches are really exist on the node this function creates new one instead of return existing match
How we can fix this?