What are the best practices for handling errors in IoHandler.messageReceived()?
Example: if either input parameter is null, should you simply return? Throw a new NPE? Etc. Thank you!
What are the best practices for handling errors in IoHandler.messageReceived()?
Example: if either input parameter is null, should you simply return? Throw a new NPE? Etc. Thank you!