How to enable auto-reconnection?

Open
#19 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
30/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
python
Domain
api

Research direction

Start with the SpotWebsocketStreamClient entry point and the diff_book_depth call shown in the issue. Determine the expected reconnection behavior for the websocket stream, then verify that the client reconnects after a disconnection and continues delivering updates.

Written by the indexing model from the issue text.

Description

Hi Team,

Is it possible to enable the auto-reconnection functionality in the following function? Can we please have that functionality?

  async def listen_ws():
      """
      Listens to the ws to get the updates messages.
      """
      ws_client = SpotWebsocketStreamClient(stream_url=stream_url, on_message=message_handler)
  
      ws_client.diff_book_depth(
          symbol=symbol.lower(),
          id=1,
          speed=1000
      )

Regards
PYQ

Dominant language
Python
Stars
110
Forks
22
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from binance/binance-toolbox-python

All issues in binance/binance-toolbox-python

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.