first commit
This commit is contained in:
8
transports/bifrost-http/websocket/errors.go
Normal file
8
transports/bifrost-http/websocket/errors.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package websocket
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrConnectionLimitReached = errors.New("websocket connection limit reached")
|
||||
ErrPoolClosed = errors.New("websocket pool is closed")
|
||||
)
|
||||
Reference in New Issue
Block a user