w3stling / rssreader

A simple Java library for reading RSS and Atom feeds
MIT License
152 stars 25 forks source link

Fix race condition for read(Collection<String> urls) calls #81

Closed w3stling closed 1 year ago

w3stling commented 1 year ago

Fixes issue with initialize() being called in parallel when using read(Collection<String> urls) method.