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
<PackageReleaseNotes>Handle PNConfiguration for multi Pubnub instances.</PackageReleaseNotes>
24
+
<PackageReleaseNotes>Suppress web request aborted exception message to callback.</PackageReleaseNotes>
25
25
<PackageTags>Web Data Push Real-time Notifications ESB Message Broadcasting Distributed Computing</PackageTags>
26
26
<!--<Summary>PubNub is a Massively Scalable Web Push Service for Web and Mobile Games. This is a cloud-based service for broadcasting messages to thousands of web and mobile clients simultaneously</Summary>-->
27
27
<Description>PubNub is a Massively Scalable Web Push Service for Web and Mobile Games. This is a cloud-based service for broadcasting messages to thousands of web and mobile clients simultaneously</Description>
if(exceptionMessage.IndexOf("The request was aborted: The request was canceled",StringComparison.CurrentCultureIgnoreCase)==-1
1188
1189
&&exceptionMessage.IndexOf("Machine suspend mode enabled. No request will be processed.",StringComparison.CurrentCultureIgnoreCase)==-1
1189
1190
&&(pubnubRequestState.ResponseType==PNOperationType.PNSubscribeOperation&&exceptionMessage.IndexOf("The operation has timed out",StringComparison.CurrentCultureIgnoreCase)==-1)
1190
-
&&exceptionMessage.IndexOf("A task was canceled",StringComparison.CurrentCultureIgnoreCase)==-1)
1191
+
&&exceptionMessage.IndexOf("A task was canceled",StringComparison.CurrentCultureIgnoreCase)==-1
1192
+
&&errorMessage.IndexOf("The operation was canceled",StringComparison.CurrentCultureIgnoreCase)==-1)
if(exceptionMessage.IndexOf("The request was aborted: The request was canceled",StringComparison.CurrentCultureIgnoreCase)==-1
1330
1333
&&exceptionMessage.IndexOf("Machine suspend mode enabled. No request will be processed.",StringComparison.CurrentCultureIgnoreCase)==-1
1331
1334
&&(pubnubRequestState.ResponseType==PNOperationType.PNSubscribeOperation&&exceptionMessage.IndexOf("The operation has timed out",StringComparison.CurrentCultureIgnoreCase)==-1)
1332
-
&&exceptionMessage.IndexOf("A task was canceled",StringComparison.CurrentCultureIgnoreCase)==-1)
1335
+
&&exceptionMessage.IndexOf("A task was canceled",StringComparison.CurrentCultureIgnoreCase)==-1
1336
+
&&errorMessage.IndexOf("The operation was canceled",StringComparison.CurrentCultureIgnoreCase)==-1)
<PackageReleaseNotes>Handle PNConfiguration for multi Pubnub instances.</PackageReleaseNotes>
25
+
<PackageReleaseNotes>Suppress web request aborted exception message to callback.</PackageReleaseNotes>
26
26
<PackageTags>Web Data Push Real-time Notifications ESB Message Broadcasting Distributed Computing</PackageTags>
27
27
<!--<Summary>PubNub is a Massively Scalable Web Push Service for Web and Mobile Games. This is a cloud-based service for broadcasting messages to thousands of web and mobile clients simultaneously</Summary>-->
28
28
<Description>PubNub is a Massively Scalable Web Push Service for Web and Mobile Games. This is a cloud-based service for broadcasting messages to thousands of web and mobile clients simultaneously</Description>
<PackageReleaseNotes>Handle PNConfiguration for multi Pubnub instances.</PackageReleaseNotes>
26
+
<PackageReleaseNotes>Suppress web request aborted exception message to callback.</PackageReleaseNotes>
27
27
<PackageTags>Web Data Push Real-time Notifications ESB Message Broadcasting Distributed Computing</PackageTags>
28
28
<!--<Summary>PubNub is a Massively Scalable Web Push Service for Web and Mobile Games. This is a cloud-based service for broadcasting messages to thousands of web and mobile clients simultaneously</Summary>-->
29
29
<Description>PubNub is a Massively Scalable Web Push Service for Web and Mobile Games. This is a cloud-based service for broadcasting messages to thousands of web and mobile clients simultaneously</Description>
0 commit comments