module Amber::WebSockets::ClientSockets

Overview

Manages the entire collection of ClientSockets. Manages periodic timers for socket connections (heartbeat).

Extended Modules

Defined in:

amber/websockets/client_sockets.cr

Instance Method Summary

Instance Method Detail

def add_client_socket(client_socket) #

[View source]
def client_sockets #

[View source]
def get_subscribers_for_topic(topic) #

[View source]
def remove_client_socket(client_socket) #

[View source]