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
Was reviewing the code to see if the current SDK libraries would handle an error that the old REST SDK libraries had issues with. Found that the current library handles it worse than the old SDK.
As you can see if JSON.parse as called by the _parseResponse method were to throw, this would throw out of the stream handler and never resolve the promise.
The text was updated successfully, but these errors were encountered:
General information
Issue description
Was reviewing the code to see if the current SDK libraries would handle an error that the old REST SDK libraries had issues with. Found that the current library handles it worse than the old SDK.
The lines in question:
As you can see if
JSON.parse
as called by the _parseResponse method were to throw, this would throw out of the stream handler and never resolve the promise.The text was updated successfully, but these errors were encountered: