Skip to content

Commit 89896fd

Browse files
committed
Fixed temporary MTA<>STA threading issue #39
1 parent da18d11 commit 89896fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

webrtc-demo/webrtc-demo-javafx/src/main/java/dev/onvoid/webrtc/demo/javafx/DemoApplication.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
import dev.onvoid.webrtc.demo.javafx.inject.FxViewModule;
2323
import dev.onvoid.webrtc.demo.presenter.MainPresenter;
2424
import dev.onvoid.webrtc.demo.view.MainView;
25+
import dev.onvoid.webrtc.logging.Logging;
2526

2627
import java.util.ArrayList;
2728
import java.util.List;
@@ -54,6 +55,8 @@ public void start(Stage primaryStage) throws Exception {
5455
}
5556

5657
public static void main(String[] args) {
58+
Logging.logThreads(true);
59+
5760
launch(args);
5861
}
5962

0 commit comments

Comments
 (0)