Versions in this module Expand all Collapse all v0 v0.13.1 Oct 31, 2019 Changes in this version + func NewSocketServer(address string, logger *logger.Logger, c *client.Client) types.SocketListener + type SocketServer struct + func (s *SocketServer) Shutdown() + func (s *SocketServer) Start() error + func (s *SocketServer) Wait()