<div dir="ltr"><div><div><div><div><div><div>Hi all!!<br><br></div> The FAQ states:<br><br> Reading from a stream which has been closed at the remote end
        signals an END-OF-FILE condition, meaning that reading from the
        stream
        and detecting that condition is the way to do it.<br><br></div> But when a create a server with:<br><br> :element-type 'character<br><br></div> I'm able to get an "Unexpected end of file" condition on the server side when the client disconnect.<br>

 <br></div> Unfortunately, when I create the server with:<br><br> :element-type 'unsigned-byte<br><br></div> I do not get the condition, so I'm unable to detect when a client has disconnected.<br><br></div> Also, is there any plan to support utf8 streams directly without creating unsigned-byte sockets and converting from/to string to string-utf-8-bytes?<br>

<br><br> thanks!  <br><div><div><div><div><div><div><div>-- <br>Roger Sen Montero<br><a href="mailto:roger.sen@gmail.com">roger.sen@gmail.com</a>
</div></div></div></div></div></div></div></div>