mozilla / janus-plugin-sfu

Janus plugin to act as a kind of SFU for game networking data.
Mozilla Public License 2.0
135 stars 40 forks source link

Miscellaneous fixes #21

Closed mqp closed 6 years ago

mqp commented 6 years ago

This is mostly aimed at making logging output much more useful and readable, by waiting until things are dereferenced/parsed to log them. To accomplish that sanely a reasonable amount of refactoring in the signalling message parsing was necessary.

Also snuck in the use of new impl Trait stuff to make switchboard interface not allocate per-packet.