-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
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"}
Metadata
Metadata
Assignees
Labels
No labels