We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fc9699 commit 546c10eCopy full SHA for 546c10e
server/session.go
@@ -466,6 +466,7 @@ func (s *Session) dispatch(msg *ClientComMessage) {
466
now := types.TimeNow()
467
atomic.StoreInt64(&s.lastAction, now.UnixNano())
468
469
+ // This should be the first block here, before any other checks.
470
var resp *ServerComMessage
471
if msg, resp = pluginFireHose(s, msg); resp != nil {
472
// Plugin provided a response. No further processing is needed.
0 commit comments