Ken Hu created TINKERPOP-3094: --------------------------------- Summary: Add custom handler for WebSocket Close frames Key: TINKERPOP-3094 URL: https://issues.apache.org/jira/browse/TINKERPOP-3094 Project: TinkerPop Issue Type: Improvement Components: driver, server Affects Versions: 3.7.2 Reporter: Ken Hu
Currently, the Close frame is only used to close the connection. There are situations where it would be useful to know what caused the connection to close, particularly if it was caused by an error. A straightforward way to do this would be to include the reason for connection closing in the body of the Close frame. Then each GLV could use that information to determine if special handling is required. -- This message was sent by Atlassian Jira (v8.20.10#820010)