Neil Palima
Neil Palima
Is there a config that will not call the onAuth twice? Is this the expected behavior? Sample code. console.log was executed twice. ``` onAuth: async (auth: SMTPServerAuthentication, session: SMTPServerSession, callback:...
Is there a way to set connection pool for max connections, min connections and idle?
Encountered the below errors after requiring/importing zendesk-node-api: ``` ERROR in ./node_modules/forever-agent/index.js Module not found: Error: Can't resolve 'net' in '/home/neil/folder/repos/proj/node_modules/forever-agent' @ ./node_modules/forever-agent/index.js 6:10-24 @ ./node_modules/request/request.js @ ./node_modules/request/index.js @ ../poa-ui/node_modules/zendesk-node-api/src/zdrequest.js @...
Is there a way to easily close or clear the previously defined callbacks in `rabbit.handle`? I want to clear the previously defined callback of a queue, is there a way...
Is there a way where we can do something before sending the soap message? In my use case, I need to get the soap body and then use this to...