mirror of
https://github.com/processing/processing4.git
synced 2026-02-05 06:39:20 +01:00
checking in dmose parser and changes to make it usable
This commit is contained in:
@@ -43,8 +43,9 @@ class PdeMessageSiphon implements Runnable {
|
||||
thread.start();
|
||||
}
|
||||
|
||||
public void run() {
|
||||
|
||||
|
||||
public void run() {
|
||||
|
||||
String currentLine;
|
||||
|
||||
try {
|
||||
@@ -56,9 +57,8 @@ class PdeMessageSiphon implements Runnable {
|
||||
}
|
||||
} catch (Exception e) {
|
||||
System.err.println("PdeMessageSiphon err " + e);
|
||||
thread.stop();
|
||||
//thread.stop(); // implicit (and no longer supported)
|
||||
}
|
||||
|
||||
//System.err.println("siphon thread exiting");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user