We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 25d02b5 + bf911d7 commit 2bb1b3bCopy full SHA for 2bb1b3b
2 files changed
.changelog/6268.trivial.md
go/runtime/registry/handler_rofl.go
@@ -260,7 +260,9 @@ func (rh *roflHostHandler) handleHostRegisterNotify(
260
// Subscribe to event notifications.
261
nfs := &rofl.Notifications{
262
Blocks: rq.RuntimeBlock,
263
- Events: rq.RuntimeEvent.Tags,
+ }
264
+ if rq.RuntimeEvent != nil {
265
+ nfs.Events = rq.RuntimeEvent.Tags
266
}
267
rh.roflNotifier.register(rh.id, nfs)
268
0 commit comments