Check if the underlying socket can be used for select(2) (or the Wait() method).
select(2)
Wait()
Declared in <util/sock.h>
<util/sock.h>
[[nodiscard]] virtual bool IsSelectable() const;
true if selectable
The return value should not be discarded.