You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// multiple packets can be appended by demuxing but we should only move
531
-
// forward by a single packet so we can no longer assert that we are on
532
-
// the last packet at this time
533
-
//_snapshot.AssertCurrent();
534
-
#endif
535
-
}
536
-
}
537
-
538
-
SniReadStatisticsAndTracing();
539
-
SqlClientEventSource.Log.TryAdvancedTraceBinEvent("TdsParser.ReadNetworkPacketAsyncCallback | INFO | ADV | State Object Id {0}, Packet read. In Buffer: {1}, In Bytes Read: {2}",ObjectID,_inBuff,_inBytesRead);
// multiple packets can be appended by demuxing but we should only move
661
-
// forward by a single packet so we can no longer assert that we are on
662
-
// the last packet at this time
663
-
//_snapshot.AssertCurrent();
664
-
#endif
665
-
}
666
-
}
667
-
668
-
SniReadStatisticsAndTracing();
669
-
SqlClientEventSource.Log.TryAdvancedTraceBinEvent("TdsParser.ReadNetworkPacketAsyncCallback | INFO | ADV | State Object Id {0}, Packet read. In Buffer: {1}, In Bytes Read: {2}",ObjectID,_inBuff,_inBytesRead);
0 commit comments