Method domain.get is called twice

Bug #2029768 reported by Anton Troyanov
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
maas-ui
Triaged
Low
Unassigned

Bug Description

I was checking Websocket API and noticed multiple calls of `domain.get`

It seems that multiple messages are being sent by the UI, and I observed that visiting /MAAS/r/domain/0 will send two identical messages within 1 second:

{"method":"domain.get","type":0,"params":{"id":0},"request_id":7}
{"method":"domain.get","type":0,"params":{"id":0},"request_id":9}

Revision history for this message
Thorsten Merten (thorsten-merten) wrote :

We should get rid of these calls eventually, likely components racing for info

Changed in maas-ui:
importance: Undecided → Low
milestone: none → 3.5.0
status: New → Triaged
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.