Skip to content

why sse is not supported (unsupported connection endpoint) #90

@icobani

Description

@icobani

i try to sse but get error message unsupported connection endpoint . Why we need this control.

github.com/centrifugal/centrifuge-go/client.go:114

	for _, e := range endpoints {
		if !strings.HasPrefix(e, "ws") {
			panic(fmt.Sprintf("unsupported connection endpoint: %s", e))
		}
	}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions