Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #459 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Socket.isAlive not fuctional on Linux

Reported by: kris Assigned to: kris
Priority: major Milestone: 0.98 RC 2
Component: IO Version: trunk
Keywords: Cc:

Description

isAlive() always returns false

Change History

05/09/07 20:24:38 changed by kris

  • status changed from new to closed.
  • resolution set to fixed.

fixed in [2184]

isAlive() indicates whether the socket has been closed or not. Socket.shutdown() apparently does not have an effect on that.