# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Handles a ws connection request from user.
# Constants
Maximum message size allowed from peer.
Send pings to peer with this period.
Time allowed to read the next pong message from the peer.
Time allowed to write a message to the peer.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Client is a middleman between the websocket connection and the hub.
No description provided by the author
No description provided by the author
Hub maintains the set of active clients and broadcasts messages to the clients.