erezak / libphonenumber-csharp

Forking original c# port
Apache License 2.0
198 stars 79 forks source link

Multi Threading Issue in findNumbers() Method #24

Open qadeemakhtar opened 8 years ago

qadeemakhtar commented 8 years ago

I want to get phoneNumbers of Websites using findNumbers(pagessource,null ) method. Its working fine for single Website but I have more than 100 Sites and I want to find there phoneNumber in threadpoll . In short issue is that findNumbers(pagessource,null ) Method performance is down in Multi Threading.