net/quinn: Fix ChildProxy implementation for muxer & demuxer
-
net/quinn: Fix ChildProxy implementation for muxer & demuxer
The demuxer did not need the ChildProxy implementation while the muxer was missing the call to child_added, child_removed and the interface entry in ObjectSubclass.
Edited by Sanchayan Maity