Change to having only 1 channel from hub to debugger and 1 channel from debugger to hub. Having 1 channel per message type will quickly get out of hand . We should just use a select{case:} for every message type and handle it accordingly on the receiving end.
Change to having only 1 channel from hub to debugger and 1 channel from debugger to hub. Having 1 channel per message type will quickly get out of hand . We should just use a
select{case:}for every message type and handle it accordingly on the receiving end.