Open christiannguyen opened 6 years ago
I also just came across this issue. I think it's a typo that should be ews.auth.wsdlOptions
?
My quick little workaround in my own code is to set toString
after creating the EWS object.
ews.auth.toString = ()=>'auth';
Thanks @Jashepp - it was working for me but I still don't understand the flow.
Issue with push listener. Here's how i set it up not sure if 100% correct.
Issue im getting is regarding this line here
options = _.merge(ews[ews.auth].wsdlOptions, { port: 8000, path:'/notification' }, options);
. Should this be ews[ews.auth] or just ews.auth.wsdlOptions?