Closed McBluna closed 3 months ago
Btw changing to Java 21.0.3 didn't change anything.
Another try but still no working
public static void main(String[] args) throws IOException {
RssReader reader = new RssReader();
try (Stream<Item> rssFeed = reader.read(URL)) {
}
System.out.println("Exit");
}
Sorry I wasn't at home. It's working again with 3.8.1. Thank you so much.
I've reduced the code to a minimum. Exit is printed to console, but VM keeps running. Environment is Java 17.0.11 running on Windows 11.