mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-22 04:34:44 +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
|
// Process any pending network I/O
|
||||||
_ = try server.http_client.tick(0);
|
_ = try server.http_client.tick(0);
|
||||||
|
|
||||||
// Run V8 microtasks and internal message loop
|
|
||||||
server.browser.runMessageLoop();
|
|
||||||
|
|
||||||
// Process all complete lines available in the buffer
|
// Process all complete lines available in the buffer
|
||||||
while (true) {
|
while (true) {
|
||||||
const buffered = reader.buffered();
|
const buffered = reader.buffered();
|
||||||
|
|||||||
Reference in New Issue
Block a user