1881b8c781
Motivation: 9f9aa1a did some changes related to fixing how we handle ctx.read() in child channel but did incorrectly change some assert. Modifications: Fix assert to be correct. Result: Code does not throw an AssertionError due incorrect assert check.