This PR fixes a bug where flodgatt was attempting to filter all messages based on their language property, leading to a crash when Redis returned responses without a language property (which included all notification, delete, and filters_changed events).
This PR fixes a bug where
flodgatt
was attempting to filter all messages based on theirlanguage
property, leading to a crash when Redis returned responses without alanguage
property (which included allnotification
,delete
, andfilters_changed
events).