@api.global/typedsocket 7.1.0 → 8.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -35,11 +35,13 @@ interface ITextArrivalStamp {
35
35
  readonly readyAtArrival: boolean;
36
36
  readonly method?: string;
37
37
  readonly correlationId?: string;
38
+ readonly requestInstanceId?: string;
38
39
  readonly phase?: 'request' | 'response';
39
40
  readonly handshake: boolean;
40
41
  }
41
42
  interface IHandshakeAuthority {
42
43
  readonly correlationId: string;
44
+ readonly requestInstanceId: string;
43
45
  readonly sequence: number;
44
46
  }
45
47
  interface IOutboundFrame {
@@ -244,7 +246,8 @@ export declare class VirtualStreamManager {
244
246
  private assertEndpointOwned;
245
247
  private assertEndpointOpen;
246
248
  private validateDescriptor;
247
- private refreshProgressTimer;
249
+ private updateProgressTimer;
250
+ private hasPendingProtocolProgress;
248
251
  private clearEndpointTimer;
249
252
  private clearConnectionTimer;
250
253
  private wakeReceivers;