Data Channel

Serializing and deserializing data in our network test harness is too much work. We simplify the code to handle arbitrary objects, which opens up the opportunity to have a generic data channel. Making it work requires our test harness server to centralize data parsing, so we work on that refactoring. The code’s cleaning up nicely.

comments powered by Disqus