You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
funcnewOfflineMessage(sourcestring, d device.Interface) (string, *wrp.Message) {
There is currently a bug in Caduceus where Caduceus is setting any empty TransactionUUIDs. As far as I know, this logic should now be moved into Talaria.
The text was updated successfully, but these errors were encountered:
With this change to the spec for WRP SimpleEvents, the
TransactionUUID
will be required.When creating online and offline events, we should create and add
TransactionUUID
s to the WRPs:talaria/deviceStatus.go
Line 48 in 3db2d63
talaria/deviceStatus.go
Line 88 in 3db2d63
There is currently a bug in Caduceus where Caduceus is setting any empty
TransactionUUID
s. As far as I know, this logic should now be moved into Talaria.The text was updated successfully, but these errors were encountered: