-
Bug
-
Resolution: Done
-
Major
-
4.0.0.Alpha5
-
None
-
None
ServerSuspendHandler blocks until the suspend is done receiving a notification from the SuspendController. The issue here is if the server is already suspended, there are no notifications, and then the handler blocks forever until it is interrupted. This only occurs if the suspend is used with a timeout for a server already suspended.