Carlos Lares
Carlos Lares
I just did a change: from this: `router.GET("/echo", echo.WrapHandler(websocketServer), deleteOrigin)` to this: `router.Any("/echo", echo.WrapHandler(websocketServer), deleteOrigin)`
@kataras I have another problem with sockets, the socket is disconnect and reconnect a lot of times and i don't know why
@kataras yes i've working with neffos.js and nefos (for go), i've got the next error: ```go goroutine 1272113 [running]: runtime.throw(0xe3003b, 0x15) /usr/local/go/src/runtime/panic.go:774 +0x72 fp=0xc0001a38e8 sp=0xc0001a38b8 pc=0x42f8d2 runtime.mapdelete_faststr(0xd1a2a0, 0xc0001d8120, 0xc0008a02ef, 0x2)...