Skip to content

Commit

Permalink
chore: smooth diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
EclesioMeloJunior committed May 26, 2022
1 parent 226c7df commit 1de306d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dot/rpc/subscription/websocket.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ func (c *WSConn) HandleConn() {
}

logger.Tracef("websocket message received: %s", string(rawBytes))

if wsMessage.Method == "" {
c.safeSendError(0, big.NewInt(InvalidRequestCode), InvalidRequestMessage)
continue
Expand Down

0 comments on commit 1de306d

Please sign in to comment.