open static fun isGoodbye(message: Bytes): Boolean
Checks if a message is a goodbye message, indicating the end of the connection
message - the message to interpret
message
Return true if the message is a goodbye message, or false otherwise