Skip to content

how to solve "A single connection is only valid for 24 hours; expect to be disconnected at the 24 hour mark" #26

@neverlosemypassion99

Description

@neverlosemypassion99

I have tried two solutions.
1.Restarting regularly

oldClient.closeAllConnections();
ThreadUtil.sleep(5000);
startBinanceWs(); // reconnect

But I got an error: the connection will enter onFailureCallback

2.I want to use the official website's method:
"Combined streams are accessed at /stream?streams=//&listenKey=
must be a valid listenKey when you establish a connection"
But it seems that it doesn't support.

Do you have any good solutions? I'm waiting for your reply online, thank you very much!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions