mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-30 15:41:48 +00:00
Always monitor the CDP client socket, even on page.wait
This commit is contained in:
@@ -103,7 +103,7 @@ pub fn CDPT(comptime TypeProvider: type) type {
|
||||
pub fn handleMessage(self: *Self, msg: []const u8) bool {
|
||||
// if there's an error, it's already been logged
|
||||
self.processMessage(msg) catch return false;
|
||||
self.pageWait();
|
||||
// self.pageWait();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user