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
{{ message }}
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.
Events are sent, but never received. I suspect it's down to both server and client running on the same process during testing, sharing the same coroutines dispatcher, and going into a deadlock. Unfortunately, it's not possible to configure the dispatcher of either to validate this assumption. They both use Dispartchers.IO and there are plans to provide ways to override them, but probably not soon.
The header documents the high-level approach I went for:
Events are sent, but never received. I suspect it's down to both server and client running on the same process during testing, sharing the same coroutines dispatcher, and going into a deadlock. Unfortunately, it's not possible to configure the dispatcher of either to validate this assumption. They both use
Dispartchers.IO
and there are plans to provide ways to override them, but probably not soon.The header documents the high-level approach I went for:
ffs/ffs-server/src/test/kotlin/routes/SseRoutesTest.kt
Lines 51 to 76 in 474b689
The text was updated successfully, but these errors were encountered: