In rare instances, a request to create a connector object (vx_req_connector_create
) or to sign in a user returns a response with a 10042
StatusCode.
The root cause of this error is that the underlying SSL library has run out of SSL contexts, which means that multiple HTTPS, WSS, or other SSL protocols are in use by the game client.
Note: This error is more likely to be seen on Nintendo Switch devices. The number of SSL contexts is limited to 8 on Switch, which is fewer than the limit for other platforms.