Skip to content

Commit

Permalink
fix(sdk): add support for propagating messages from the internal proc…
Browse files Browse the repository at this point in the history
…ess (#5803)

Co-authored-by: Dmitry Duev <[email protected]>
  • Loading branch information
kptkin and dmitryduev authored Sep 5, 2023
1 parent 7da1dfa commit 3e9a3e7
Show file tree
Hide file tree
Showing 14 changed files with 1,911 additions and 1,383 deletions.
1 change: 1 addition & 0 deletions nexus/pkg/server/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ func (h *Handler) handleRequest(record *service.Record) {
h.handleResume()
case *service.Request_Cancel:
h.handleCancel(record)
case *service.Request_InternalMessages:
default:
err := fmt.Errorf("handleRequest: unknown request type %T", x)
h.logger.CaptureFatalAndPanic("error handling request", err)
Expand Down
Loading

0 comments on commit 3e9a3e7

Please sign in to comment.