Skip to content

Commit

Permalink
Merge pull request #41 from vazir/fix-channel-state
Browse files Browse the repository at this point in the history
Fix channel state when message is unknown
  • Loading branch information
wmnsk committed Apr 23, 2023
2 parents a5d8a53 + 15dd30f commit a774fc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fsm.go
Expand Up @@ -174,6 +174,7 @@ func (c *Conn) handleSignals(ctx context.Context, m3 messages.M3UA) {
// Others: SSNM and RKM is not implemented.
default:
c.errChan <- NewErrUnsupportedMessage(m3)
c.stateChan <- c.state
}
}

Expand Down

0 comments on commit a774fc7

Please sign in to comment.