Skip to content

KeyboardInterrupt for asyncio's event loop on Windows?#40

Closed
yv84 wants to merge 1 commit into
qwj:masterfrom
yv84:master
Closed

KeyboardInterrupt for asyncio's event loop on Windows?#40
yv84 wants to merge 1 commit into
qwj:masterfrom
yv84:master

Conversation

@yv84
Copy link
Copy Markdown

@yv84 yv84 commented Jun 4, 2019

Thank you for a very useful project.
I have a trouble with ctrl+c on windows.

Solution provided from https://stackoverflow.com/a/37420223/1645017

@qwj
Copy link
Copy Markdown
Owner

qwj commented Jun 5, 2019

What is the version of your python binary on Windows? Is it a very old bug in Python?

@yv84
Copy link
Copy Markdown
Author

yv84 commented Jun 6, 2019

Python 3.7.3 (default, Mar 27 2019, 17:13:21) [MSC v.1915 64 bit (AMD64)] :: Anaconda, Inc. on win32

Sadly, I found, my solution is not working correctly also.

λ python -m pproxy -v -l tunnel{ip:port}://10.8.0.2:7990
Serving on 10.8.0.2:7990 by tunnel
ctrl+c
nothings happens, it still doesn't work

λ python -m pproxy -l tunnel{ip:port}://ip:port
Serving on by tunnel
(get connection)
tunnel 10.8.0.1:57335 -> ip:port
ctrl+c
^C
λ

λ python -m pproxy -v -l http+socks4+socks5://:9080/
Serving on :9080 by http,socks4,socks5
ctrl+c (wait)
exit
λ

@qwj
Copy link
Copy Markdown
Owner

qwj commented Jun 6, 2019 via email

@yv84 yv84 closed this Jun 7, 2019
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

Successfully merging this pull request may close these issues.

2 participants