Skip to content

Commit

Permalink
fix request ID in Interrupt message
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahad-10 committed Jul 2, 2024
1 parent e307f00 commit d0ae2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/wampproto/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ func Run(args []string) (string, error) {
case c.interrupt.FullCommand():
var interruptOptions = wampprotocli.StringMapToTypedMap(*c.interruptOptions)

interruptMessage := messages.NewInterrupt(*c.sessionID, interruptOptions)
interruptMessage := messages.NewInterrupt(*c.interruptRequestID, interruptOptions)

return serializeMessageAndOutput(*c.serializer, interruptMessage, *c.output)

Expand Down

0 comments on commit d0ae2d8

Please sign in to comment.