Add const to some funcs and fix a comment
Signed-off-by: puvvadar <puvvadar@amazon.com>
This commit is contained in:
@@ -306,7 +306,7 @@ namespace AzNetworking
|
||||
}
|
||||
else if (handledPacket == PacketDispatchResult::Pending)
|
||||
{
|
||||
// If we did not handle due to a handshake pending completion, defer it
|
||||
// If we did not handle due to a handshake pending completion, skip it
|
||||
continue;
|
||||
}
|
||||
else if (connection->GetConnectionState() != ConnectionState::Disconnecting)
|
||||
|
||||
Reference in New Issue
Block a user