Closed jajik closed 1 month ago
id 0 is a valid id, so at line 2485 we would want read by this id. But we want to read by JVMRoute instead, so -1 must be used (-2 for the default is just an arbitrary value we use to detect any change).
0
JVMRoute
-1
-2
id
0
is a valid id, so at line 2485 we would want read by this id. But we want to read byJVMRoute
instead, so-1
must be used (-2
for the default is just an arbitrary value we use to detect any change).