Skip to content

v1.8.1 — native divergence frames

Latest

Choose a tag to compare

@bensynapse bensynapse released this 18 Aug 03:14
· 1 commit to main since this release

Fix: the native LiveScoreStream silently dropped divergence frames (its dispatch had no case for the type, though the server accepts signals: ['divergence']). They now yield as the typed Divergence added in 1.8.0, and StreamFrame includes Divergence in its union.