Skip to content

Conversation

@w3stling
Copy link
Owner

@w3stling w3stling commented Aug 10, 2024

The PR fixes issue #170 causing the program never to stop.

Example:

public static void main(String[] args) throws IOException {
    RssReader rssReader = new RssReader();
    List<Item> items = rssReader.read(URL).toList();
}

Fixed by using daemon threads in the executor service

@w3stling w3stling added the bug Something isn't working label Aug 10, 2024
@sonarqubecloud
Copy link

@github-actions
Copy link

Test Results

  9 files    9 suites   31s ⏱️
149 tests 147 ✅ 2 💤 0 ❌
157 runs  155 ✅ 2 💤 0 ❌

Results for commit 0621893.

@w3stling w3stling merged commit 5a37e22 into master Aug 10, 2024
@w3stling w3stling deleted the bug-fix-rssreader-never-stops branch August 10, 2024 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants