Description
startServer() of HamaAsyncMessageManagementImpl has a local variable to retry startServer() recursively. This results in the infinite loop because the variable is initiated to 0 in every function call.
startServer() of HamaAsyncMessageManagementImpl has a local variable to retry startServer() recursively. This results in the infinite loop because the variable is initiated to 0 in every function call.