Skip to content

Hotfix for Polygon authentication message format

Compare
Choose a tag to compare
@ttt733 ttt733 released this 15 Jul 12:37
· 669 commits to master since this release

Polygon appears to have changed their authentication message format this morning to this:

{'ev': 'status', 'status': 'auth_success', 'message': 'authenticated'}

Rather than what is in their documentation. This hotfix changes the SDK's expectation to match the new behavior, and may be rolled back depending on whether or not Polygon keeps this message format.