Closed ArcturusZhang closed 2 months ago
First this issue was uncovered here Potentially operation.responses from TCGC might also be problematic because it is also a Map<number, V>.
operation.responses
Map<number, V>
This issue is making the data from TCGC not persistable, we need to find a solution for it.
The root cause of this issue is in TCGC, therefore let us track this in this issue instead. Closing this one.
First this issue was uncovered here Potentially
operation.responses
from TCGC might also be problematic because it is also aMap<number, V>
.This issue is making the data from TCGC not persistable, we need to find a solution for it.