We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when i create a listen key ; i extend it every 10 second ; and return 730708 error code . what happen and how do i fix it ?
Map<String, String> params = Map.of("listenKey", listenKey, "recvWindow", "60000"); timer.schedule(new TimerTask() { @Override public void run() { Map<String, String> refreshResultMap = UserDataClient.put("/api/v3/userDataStream", params, new TypeReference<>() {}); logger.info("extend listenKey for mexc , return result : {}", JSONObject.toJSONString(refreshResultMap)); } }, 10 * 1000, 10 * 1000);
{"code":"730708","msg":"listen key information error"}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when i create a listen key ;
i extend it every 10 second ; and return 730708 error code .
what happen and how do i fix it ?
{"code":"730708","msg":"listen key information error"}
The text was updated successfully, but these errors were encountered: