sse icon indicating copy to clipboard operation
sse copied to clipboard

Any idea how to connect with Go Fiber framework?

Open exu opened this issue 1 year ago • 0 comments

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?

exu avatar Sep 21 '22 10:09 exu