made an accepted socket non-block

This commit is contained in:
hyunghwan.chung
2018-01-14 15:38:06 +00:00
parent 2255425b3f
commit 8eae9095c1
5 changed files with 28 additions and 1 deletions

View File

@ -457,6 +457,8 @@ error -> exception
(n asString & ' bytes read') dump.
data dump.
}.
sck writeBytes: #[ $h, $e, $l, $l, $o, $., $., $., C'\n' ].
}
while (true).
].