Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Dial ¶
func Dial(address string, setup rs.ConnectionSetupPayload) (rs.ReactiveSocket, error)
Connect to a TCP Reactive Socket identified by address, formatted as hostname:port
func DialAndHandle ¶
func DialAndHandle(address string, setup rs.ConnectionSetupPayload, handler *rs.RequestHandler) (rs.ReactiveSocket, error)
Same as Dial, adding the ability to handle requests coming from the server
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.