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
notification.NewService(repo, nil, wsBroadcaster) passes a nil RabbitMQ client (main.go:127), so the :76-83 publish path is dead and only in-app rows + (broken) WS broadcast remain.
Summary
notification.NewService(repo, nil, wsBroadcaster)passes a nil RabbitMQ client (main.go:127), so the:76-83publish path is dead and only in-app rows + (broken) WS broadcast remain.Acceptance Criteria
Complexity
High.