View Source FastCi.Servers.Websocket.InitializationLogic (FastCi v0.1.1)

Module containing the logic for the initialization process of websockets.

This is placed here so that it dosn't clutter the main socket module.

Summary

Functions

Link to this function

connect_to_websocket(join_request, uri, http_scheme, ws_scheme, uuid)

View Source