Skip to content

Commit

Permalink
Revert using threads
Browse files Browse the repository at this point in the history
  • Loading branch information
gimantha committed Nov 27, 2024
1 parent f765e2f commit 72eb483
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ public ServerLogReader(String name, InputStream inputStream) {
* Start reading the stream.
*/
public void start() {
Thread thread = new Thread(this);
thread.start();
Thread.startVirtualThread(this);
}

/**
Expand Down

0 comments on commit 72eb483

Please sign in to comment.