Closed thedae closed 4 years ago
The return console.error was preventing the stream to be correctly closed through handleQueryEnd
return console.error
handleQueryEnd
Removing the return fixes the weird behaviour and now the errors are consistent
return
The
return console.error
was preventing the stream to be correctly closed throughhandleQueryEnd
Removing the
return
fixes the weird behaviour and now the errors are consistent