跳至内容 跳至搜索
命名空间
方法
R

实例公共方法

reject_unauthorized_connection()

如果 WebSocket 连接已打开,则关闭连接并返回“未授权”原因。

# File actioncable/lib/action_cable/connection/authorization.rb, line 12
def reject_unauthorized_connection
  logger.error "An unauthorized connection attempt was rejected"
  raise UnauthorizedError
end