Skip to content

Commit

Permalink
Merge pull request #26 from Mahad-10/fix-interrupt-message
Browse files Browse the repository at this point in the history
fix request ID in Interrupt message
  • Loading branch information
Mahad-10 authored Jul 2, 2024
2 parents e307f00 + d0ae2d8 commit dafe7ce
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 dafe7ce

Please sign in to comment.