I can't build in MacOS
Alan Bateman
Alan.Bateman at oracle.com
Tue Apr 16 15:41:40 UTC 2019
On 16/04/2019 16:30, Remi Forax wrote:
> :
> but i think there is a bug when closing the Socket or a NIO Channel in blocking mode, because there is no "async" close support, the fiber that should do a read is not awakened to return -1.
>
You shouldn't have any issue with Socket. For SocketChannel in blocking
mode then we haven't changed the stateLock yet but it will work once
that is changed and the wait/notifyAll usages are changed to use
await/signalAll on a condition variable bound to the lock.
-Alan
More information about the loom-dev
mailing list