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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
1.15.1 - 2021-03-12
Fixed
Several views were throwing errors trying to access a None value in EventSinkService when a user was not logged in.
Replaced get() with getOrElse().
Consolidated field names sent by the EventSinkService to maximize reuse.
Changed EventSinkService logging to debug to minimize chatter.
Don't automatically create eventsink queue and bind it to eventsink exchange. Let clients do that so that we don't
have a queue for the eventsink filling up if there are no consumers.