Skip to content

Commit

Permalink
Use bespoke SignalR mapping code
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
333fred committed Oct 4, 2024
1 parent c734008 commit 5ca078c
Showing 1 changed file with 455 additions and 81 deletions.
Loading

0 comments on commit 5ca078c

Please sign in to comment.