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
@@ -399,6 +418,7 @@ export class StreamingSubscriptionConnection {
399
418
this.connectionTimeout);
400
419
401
420
this.currentHangingRequest.OnDisconnect.push(this.OnRequestDisconnect.bind(this));//todo: fix if needed multiple instance new HangingServiceRequestBase.HangingRequestDisconnectHandler(this.OnRequestDisconnect)
421
+
this.currentHangingRequest.OnResponseHeader=this.InternalOnResponseHeader.bind(this);//todo: fix if needed multiple instance new HangingServiceRequestBase.HangingRequestDisconnectHandler(this.OnRequestDisconnect)
0 commit comments