pipes-network v0.6.5 Release Notes
Release Date: 2018-05-16 // over 6 years ago-
โ Remover upper bound on all dependencies except
base
.๐ Fixed internal error handling in server-side functions.
Re-export
MonadSafe
.
Previous changes from v0.6.4
-
The various
fromServe
andtoServe*
pipes fromPipes.Network.TCP.Safe
now close the listening socket immediately after accepting a first connection.Re-export
sendLazy
,sendMany
andcloseSock
.โ Add
to{Socket,SocketTimeout,Serve,Connect}{Lazy,Many}
.๐ Fix issue #29 where
fromSocketTimeout
andfromSocketTimeoutN
would loop forever.