Dario Kondratiuk
2018-07-15 00:17:17 UTC
I'm having a few issues trying to keep my WebSocket connection alive in
Puppeteer-Sharp <https://github.com/kblok/puppeteer-sharp/>.
I'm opening a headless browser instance with these arguments:
--disable-background-networking
--disable-background-timer-throttling
--disable-client-side-phishing-detection
--disable-default-apps
--disable-extensions
--disable-hang-monitor
--disable-popup-blocking
--disable-prompt-on-repost
--disable-sync
--disable-translate
--metrics-recording-only
--no-first-run
--remote-debugging-port=0
--safebrowsing-disable-auto-update
--enable-automation
--password-store=basic
--use-mock-keychain
--user-data-dir="<somefolder>"
--headless
--disable-gpu
--hide-scrollbars
--mute-audio
When the WebSocket client sends a ping message to chromium, it closes the
connection. I opened Fiddler I can see that after the Ping the connection
closes.
<Loading Image...
>
Any idea what might be happening here?
I tested it using revision 574897
Thanks
Dario
Puppeteer-Sharp <https://github.com/kblok/puppeteer-sharp/>.
I'm opening a headless browser instance with these arguments:
--disable-background-networking
--disable-background-timer-throttling
--disable-client-side-phishing-detection
--disable-default-apps
--disable-extensions
--disable-hang-monitor
--disable-popup-blocking
--disable-prompt-on-repost
--disable-sync
--disable-translate
--metrics-recording-only
--no-first-run
--remote-debugging-port=0
--safebrowsing-disable-auto-update
--enable-automation
--password-store=basic
--use-mock-keychain
--user-data-dir="<somefolder>"
--headless
--disable-gpu
--hide-scrollbars
--mute-audio
When the WebSocket client sends a ping message to chromium, it closes the
connection. I opened Fiddler I can see that after the Ping the connection
closes.
<Loading Image...
Any idea what might be happening here?
I tested it using revision 574897
Thanks
Dario
--
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss
---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss
---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.