migrate to fasthttp/websocket.

This commit is contained in:
fiatjaf
2023-06-23 07:10:03 -03:00
parent ebfff13b18
commit dc594ee32b
5 changed files with 36 additions and 21 deletions

View File

@@ -3,7 +3,7 @@ package relayer
import (
"sync"
"github.com/gorilla/websocket"
"github.com/fasthttp/websocket"
)
type WebSocket struct {