mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-30 07:31:47 +00:00
cdp: remove send sync
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
This commit is contained in:
@@ -331,8 +331,7 @@ fn navigate(
|
||||
.loaderId = ctx.state.loaderID,
|
||||
};
|
||||
const res = try result(alloc, msg.id, Resp, resp, msg.sessionID);
|
||||
defer alloc.free(res);
|
||||
try server.sendSync(ctx, res);
|
||||
try server.sendAsync(ctx, res);
|
||||
|
||||
// TODO: at this point do we need async the following actions to be async?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user