mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-21 20:24:42 +00:00
mcp: remove browser message loop from processRequests
This commit is contained in:
@@ -34,9 +34,6 @@ pub fn processRequests(server: *Server) !void {
|
||||
// Process any pending network I/O
|
||||
_ = try server.http_client.tick(0);
|
||||
|
||||
// Run V8 microtasks and internal message loop
|
||||
server.browser.runMessageLoop();
|
||||
|
||||
// Process all complete lines available in the buffer
|
||||
while (true) {
|
||||
const buffered = reader.buffered();
|
||||
|
||||
Reference in New Issue
Block a user