Skip to content

Instantly share code, notes, and snippets.

@dorgonman
Created June 26, 2018 15:42
Show Gist options
  • Save dorgonman/00c3c173f3a70fc040d88d00915e3323 to your computer and use it in GitHub Desktop.
Save dorgonman/00c3c173f3a70fc040d88d00915e3323 to your computer and use it in GitHub Desktop.
wordpress_post1561_01.cpp
// We have fully received the bunch, so process it.
if( Bunch.bClose )
{
...
UE_LOG(LogNetTraffic, Log, TEXT("UChannel::ReceivedSequencedBunch: Bunch.bClose == true. Calling ConditionalCleanUp. ChIndex: %i"), ChIndex );
ConditionalCleanUp();
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment