Skip to content

Commit

Permalink
Use bespoke SignalR mapping code (#23)
Browse files Browse the repository at this point in the history
* Use bespoke SignalR mapping code

OpenAPI doesn't do the best job of representing how messagepack actually packs the objects we receive from SignalR. Rather than generating mappings, I've just written some plain-old mapping code that goes from messagepack to the definitions that we use through the rest of the app. `docs/fms/Hub Documentation.md` is the reference for the precise layout of the structures here.

* Really prettier
  • Loading branch information
333fred authored Oct 4, 2024
1 parent c734008 commit 10dfa76
Showing 1 changed file with 470 additions and 78 deletions.
Loading

0 comments on commit 10dfa76

Please sign in to comment.