4 lines
193 B
TypeScript
4 lines
193 B
TypeScript
// WebSocket protocol (RFC 6455) allows for the use of custom close codes in the range 4000-4999
|
|
export const APP_ERROR_WEB_SOCKET_CODE = 4332;
|
|
export const USER_CLOSE_WEB_SOCKET_CODE = 4333;
|