Files
mostlymatter/cmd/platform
Pierre de La Morinerie 44a27125de Wait for goroutines to finish before shuting down server (#8259)
When running server tests, the server will exit while some jobs spawned
through a goroutine are still running. This may crash the test harness,
as the jobs try to access a shut down app instance.

Fortunately the fix is easy: we just have to use the same App
goroutine-counting facility than the rest of the method's goroutines.
2018-02-14 12:18:06 -06:00
..
2017-09-21 10:13:34 +01:00
2017-10-30 11:57:24 -05:00
2017-09-21 10:13:34 +01:00
2018-01-11 13:23:41 -08:00
2017-09-21 10:13:34 +01:00
2017-09-21 10:13:34 +01:00