mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
* Dispatch: Assertify TestMuxPublish * Dispatch: Fix errDispatcherJobsAtLimit test fails This test would fail intermittently when the jobs queue drained quickly enough. This sets the overload ceiling based on the default settings, and seems a safe way of ensuring we get an error every time. It adds a done channel guard around the goro test because otherwise we'll get a panic occassionally when the goro outlives TestMaxPublish * Dispatch: Add test for Publish receiving data * Dispatch: Publish to all subscribers