Closed
Description
It is not the first time that I've faced a situation where I had to check if a server is listening for connections.
I'm familiar with lib/net
, so unfortunately I had to use ._handle
with a little bit of tweaks.
Is there any reason why you guys didn't added one?
My proposal is to place up a method (maybe called .listening()
) on net.Server
's prototype that would return a bool
.