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

fix to work 07netcat.strm on windows #149

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

mattn
Copy link
Contributor

@mattn mattn commented Apr 19, 2016

I modifed order of streming in 07netcat.strm because windows can't poll stdin in non-main thread. it should poll input with ReadConsoleInput or ReadFile. So this is a temporary workaround .

@mattn
Copy link
Contributor Author

mattn commented Apr 19, 2016

testing with 06echo.strm, 07netcat.strm on windows,

(1) typing some letters on console that running 06echo.strm
(2) seems receiving characters in 07netcat.strm, and maybe replying same value
(3) nothing output on console. (BUG)

This is last remaining issue on windows.

@mattn
Copy link
Contributor Author

mattn commented Apr 19, 2016

one more issue. in sometimes assertion occured.

Assertion failed!

Program: C:\dev\streem\bin\streem.exe
File: value.c, Line 81

Expression: strm_value_tag(v) == STRM_TAG_FOREIGN

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.

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.

1 participant