Nurettin Onur TUĞCU

Results 20 comments of Nurettin Onur TUĞCU

Committe bir sorun oluşmuş, tyyp/tape protokolünden olabilir, `orgiving`'e `f` harfini de ekledim.

perhaps we need to keep the connection alive with ping-pong instead of setting timeouts to none

@PCXDME Perhaps then we need a way to check if `_ws` really did disconnect from the page instance when we set the timeout to `None`?

@PCXDME But anyways, having timeout set to none is better than having timeout without Chrome responding pong. I agree I would suggest to fix one problem at a time. This...

> Another solution for this, is to set websockets==6.0, it is good until this pr will be merged and released I did it like that in the beginning, but I...

I have an interesting setup. When I run without pipenv, I get no problems. When I run with pipenv, I get connection closed within a few seconds of opening target...

It appears pipenv has websockets 7.0 and the normal userspace site-packages has websockets 6.0, it may be because of this difference.

Yeah, downgraded to websockets 6.0, it works fine now. websockets 7.0 consistently disconnects after some time for all websites.

> > Yeah, downgraded to websockets 6.0, it works fine now. websockets 7.0 consistently disconnects after some time for all websites. > > @nurettin how do you do this? You...