Hotfix for Polygon authentication message format
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.