LoginCommand defines start and stop methods but these methods are not called by the BlazeDS code. This is problematic if someone wants to implement a custom LoginCommand, as they cannot control LoginCommand's creation/deletion steps. LoginCommand is managed by LoginManager so LoginManager.start/stop should call LoginCommand.start/stop.
LoginCommand defines start and stop methods but these methods are not called by the BlazeDS code. This is problematic if someone wants to implement a custom LoginCommand, as they cannot control LoginCommand's creation/deletion steps. LoginCommand is managed by LoginManager so LoginManager.start/stop should call LoginCommand.start/stop.