Skip to content

fix to work 07netcat.strm on windows#149

Open
mattn wants to merge 1 commit intomatz:masterfrom
mattn:fix-stdin
Open

fix to work 07netcat.strm on windows#149
mattn wants to merge 1 commit intomatz:masterfrom
mattn:fix-stdin

Conversation

@mattn
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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