mirror of
https://github.com/wassname/ray.git
synced 2026-07-05 14:44:48 +08:00
[Streaming] fix source loop (#9085)
This commit is contained in:
+1
-3
@@ -30,9 +30,7 @@ public class SourceStreamTask extends StreamTask {
|
||||
public void run() {
|
||||
LOG.info("Source stream task thread start.");
|
||||
|
||||
while (running) {
|
||||
sourceProcessor.run();
|
||||
}
|
||||
sourceProcessor.run();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user