When I use `conn, err := stomp.Dial("tcp", "localhost:61616")` I get EOF. Am I doing something wrong?
When I use
conn, err := stomp.Dial("tcp", "localhost:61616")I get EOF.Am I doing something wrong?