r3labs/sse

Any idea how to connect with Go Fiber framework?

exu opened this issue · 0 comments

exu commented

Fiber example of use is like following: https://github.com/gofiber/recipes/blob/master/sse/main.go

Unfortunately when putting sse.New().HTTPHandler handler into Fiber I'm getting

Streaming unsupported!

Any idea how I can workaround this issue?