Broken
This commit is contained in:
parent
e0ef7ba79a
commit
ca2c6f81a1
3 changed files with 2 additions and 2 deletions
Binary file not shown.
|
@ -145,8 +145,8 @@ void WingsSocket::threadCallback(Dart_Port dest_port_id,
|
|||
// Dart_PostCObject(outPort, &obj);
|
||||
// Dispatch the fd to the next listener.
|
||||
auto port = socket->nextPort();
|
||||
// Dart_PostCObject(port, &obj);
|
||||
Dart_PostCObject(outPort, &obj);
|
||||
Dart_PostCObject(port, &obj);
|
||||
// Dart_PostCObject(outPort, &obj);
|
||||
}
|
||||
}
|
||||
}
|
Binary file not shown.
Loading…
Reference in a new issue