This commit is contained in:
Tobe O 2019-05-01 00:30:21 -04:00
parent e0ef7ba79a
commit ca2c6f81a1
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View file

@ -145,8 +145,8 @@ void WingsSocket::threadCallback(Dart_Port dest_port_id,
// Dart_PostCObject(outPort, &obj); // Dart_PostCObject(outPort, &obj);
// Dispatch the fd to the next listener. // Dispatch the fd to the next listener.
auto port = socket->nextPort(); auto port = socket->nextPort();
// Dart_PostCObject(port, &obj); Dart_PostCObject(port, &obj);
Dart_PostCObject(outPort, &obj); // Dart_PostCObject(outPort, &obj);
} }
} }
} }

Binary file not shown.