3 lines
129 B
Python
3 lines
129 B
Python
# WebSocket protocol (RFC 6455) allows for the use of custom close codes in the range 4000-4999
|
|
APP_ERROR_WEB_SOCKET_CODE = 4332
|