initialWindowSentBySession method
Called by session when it sends an initial window update for this stream.
Implementation
void initialWindowSentBySession(int windowSize) {
_log.finer('$_logPrefix Session confirmed sending initial window update of $windowSize for our receive capacity.');
// _localReceiveWindow is already set at construction. This is more of an ack.
}