dendrite/keyserver/internal
Kegsay d98ec12422
Add sync mechanism to block when updating device lists (#1264)
* Add sync mechanism to block when updating device lists

With a timeout, mainly for sytest to fix the test
"Server correctly handles incoming m.device_list_update"
which is flakey because it assumes that when `/send` 200 OKs
that the server has updated the device lists in prep for
`/keys/query` which is not always true when using workers.

* Fix UT

* Add new working test
2020-08-12 13:50:54 +01:00
..
device_list_update.go Add sync mechanism to block when updating device lists (#1264) 2020-08-12 13:50:54 +01:00
device_list_update_test.go Add sync mechanism to block when updating device lists (#1264) 2020-08-12 13:50:54 +01:00
internal.go Finish inbound E2E device lists (#1243) 2020-08-07 17:32:13 +01:00