Page MenuHomeDevCentral

D1556.id3995.diff
No OneTemporary

D1556.id3995.diff

diff --git a/Wearg/Notifications.tcl b/Wearg/Notifications.tcl
--- a/Wearg/Notifications.tcl
+++ b/Wearg/Notifications.tcl
@@ -155,6 +155,14 @@
return
}
+ # T1253 - Some events produce "null text"
+ if {$text == "null"} {
+ set routingKey "$project.$group.$service.$type"
+ putdebug "Message 'null' received for $routingKey notification:"
+ putdebug $rawContent
+ return
+ }
+
set channel [get_notification_channel $project $group]
if {$channel == ""} {
return

File Metadata

Mime Type
text/plain
Expires
Wed, Nov 6, 12:27 (21 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2231637
Default Alt Text
D1556.id3995.diff (492 B)

Event Timeline