handle_socket

Function handle_socket 

Source
async fn handle_socket(
    socket: WebSocket,
    state: AppState,
    sid: Option<String>,
    readonly: bool,
)