devpratishthan

Results 8 comments of devpratishthan

Hi @pvenkatraman were you able to simulate this ?

Hi @cjbj , According to our analysis, its not a garbage collection issue as the memory is continuously increasing during the test heavily. It is also observed that there are...

In Our actual use case we use this library using a wrapper from loopback. Our application is hosted where the requests may land parallely. That is the reason we have...

Hi, we tried @pvenkatraman changes. There were few syntax issues. we fixed it but getting the following exception throw er; // Unhandled 'error' event ^ Error: DPI-1010: not connected Emitted...

Hi, The changes I have made is const result = await connection.execute(sql, binds, options); for ( let row = 0 ; row < result.rows.length; row ++ ) { //console.log('219',result.rows[row].FIELD219,'266',result.rows[row].FIELD266,'263',result.rows[row].FIELD263) await...

This is the console log result.. So all are having a lob 219 Lob { _readableState: ReadableState { objectMode: false, highWaterMark: 16384, buffer: BufferList { head: null, tail: null, length:...

hi @pvenkatraman any update on this ??

Hi @pvenkatraman @cjbj any update on this ??