Skip to content
This repository has been archived by the owner on Dec 19, 2018. It is now read-only.

Don't stop the server on *any* key press #140

Closed
victorhurdugaci opened this issue Jan 13, 2015 · 8 comments
Closed

Don't stop the server on *any* key press #140

victorhurdugaci opened this issue Jan 13, 2015 · 8 comments

Comments

@victorhurdugaci
Copy link
Contributor

There are environments in which the ReadLine is instantly executed and the server stops immediately. Wait for a particular combination of keys instead.

@glennc
Copy link
Member

glennc commented Feb 12, 2015

related to #59?

@glennc glennc added this to the 1.0.0-rc1 milestone Feb 12, 2015
@victorhurdugaci
Copy link
Contributor Author

Yes, could be related. Can we get this fixed ASAP? It is blocking automation...

@Praburaj
Copy link
Contributor

Console.ReadKey is not available on coreclr yet. We need a way to capture the key strokes.

@victorhurdugaci
Copy link
Contributor Author

PInvoke? :)

@muratg muratg modified the milestones: 1.0.0-beta5, 1.0.0-beta4 Mar 23, 2015
@Praburaj
Copy link
Contributor

@victorhurdugaci
Copy link
Contributor Author

Also related #129

@Praburaj Praburaj self-assigned this Apr 8, 2015
@Praburaj
Copy link
Contributor

Praburaj commented Apr 8, 2015

Related coreclr work done. We can do this now.

@Tratcher
Copy link
Member

#255

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

No branches or pull requests

5 participants