Closed prachaquanttech closed 7 years ago
Hi @prachaquanttech
You will need to assign provider.getMatch()
to a variable and then close the match object when you are finished with it:
var match = provider.getMatch(mobileUserAgent);
match.close();
-Joe
Hi @prachaquanttech
Did this solve the issue?
Kind regards, Joe
Yes, The issue is solved.
Thank you
Hi,
I'm 51degrees premium data customer. I'm found problem if call provider.getMatch() 5 times Node will stuck. It seems that If I increase poolSize to 10 It will stuck at 11th getMatch function call.
I'm using
npm install fiftyonedegreescore@dev
and run on node.js 8.6Thank you