You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Resurrect connection pool on destroysplitter.destroy=()=>{if(typeofclient.connectionPool.resurrect==='function'){client.connectionPool.resurrect({name: 'elasticsearch-js'})}}
Overriding this method ...
Wouldn't the source code for "Reset Connection Pool in case of destruction" be a problem?