kite icon indicating copy to clipboard operation
kite copied to clipboard

why undefined sockjs.SessionState?

Open sowhat001 opened this issue 6 years ago • 1 comments

In my environment, the demo can not be compiled. Wrong is:

github.com/koding/kite/sockjsclient ../../../go/pkg/mod/github.com/koding/[email protected]/sockjsclient/sockjsclient.go:39:8: undefined: sockjs.SessionState

The import statement of package sockjs is:

import "github.com/igm/sockjs-go/sockjs"

In go.mod, the version of this package is:

github.com/igm/sockjs-go v2.0.1+incompatible

I've tried to change the version of sockjs-go package, but it didn't work, it is really confused.

sowhat001 avatar Dec 11 '19 03:12 sowhat001

+1

superengine2wds avatar Jan 02 '20 10:01 superengine2wds