Hi everyone,
quick question, I'm starting my server with the startListening function and get back the Future[Void]. When my server receive the exit notification (after the obvious shutdown), do I need to cancel or clean in any other way my listnener (the Future[Void])?
Thx