Flutter-JUCE / dart_juce_ipc

Implementation of IPC classes from JUCE in Dart
MIT License
0 stars 0 forks source link

Connection is lost after a few minutes #18

Open Barabas5532 opened 1 year ago

Barabas5532 commented 1 year ago
  1. Leave the demo running for a few minutes
  2. Eventually the connection is logs
Barabas5532 commented 1 year ago
FINE: 2023-05-05 22:39:32.194049: received [0x5f, 0x5f, 0x69, 0x70, 0x63, 0x5f, 0x70, 0x5f]
FINE: 2023-05-05 22:39:33.193981: Got header with message size 8
FINE: 2023-05-05 22:39:33.194181: Got message: [0x5f, 0x5f, 0x69, 0x70, 0x63, 0x5f, 0x70, 0x5f] __ipc_p_
FINE: 2023-05-05 22:39:33.194277: received [0x5f, 0x5f, 0x69, 0x70, 0x63, 0x5f, 0x70, 0x5f]
FINE: 2023-05-05 22:39:34.194072: Got header with message size 8

The UI is frozen. That means the Flutter side has deadlocked? Once the xembed connection is made, it should stay connected even if the communication through the pipe breaks.