Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide interface which will allow to select event loop #49

Open
KES777 opened this issue Jan 8, 2020 · 1 comment
Open

Provide interface which will allow to select event loop #49

KES777 opened this issue Jan 8, 2020 · 1 comment

Comments

@KES777
Copy link

KES777 commented Jan 8, 2020

Provide an interface which allow to select desired event loop or force WWW:M:C to use some

Copied from here

@KES777
Copy link
Author

KES777 commented Feb 10, 2020

I found how to force some event loop. At your application you should do:

use Chrome::DevToolsProtocol::Transport;
use Chrome::DevToolsProtocol::Transport::NetAsync;
$Chrome::DevToolsProtocol::Transport::implementation =
		$Chrome::DevToolsProtocol::Transport::default;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant