DGMLOutputWriter merges more than one requests' output together
Lxiamail opened this issue · 0 comments
Lxiamail commented
DGMLOutputWriter.dgml is readonly instance, which only created at by DGMLOutputWriter constructor. However, DGMLOutputWriter instance is shared across requests. This results with DGML output merged more than one requests' output together unexpectedly.