Skip to content

StreamBuffer reset on restart #119

New issue

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

Closed
oliver-zehentleitner opened this issue Sep 29, 2020 · 0 comments
Closed

StreamBuffer reset on restart #119

oliver-zehentleitner opened this issue Sep 29, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@oliver-zehentleitner
Copy link
Member

https://github.com/oliver-zehentleitner/unicorn-binance-websocket-api/blob/b05d41895e23bd089997ca5fc5f83e16693875cc/unicorn_binance_websocket_api/unicorn_binance_websocket_api_manager.py#L358

            if stream_buffer_name is not False:
                # Todo: Does the stream_buffer get reseted after a restart? It looks like that!
                self.stream_buffer_locks[stream_buffer_name] = threading.Lock()
                self.stream_buffers[stream_buffer_name] = []
@oliver-zehentleitner oliver-zehentleitner added the bug Something isn't working label Sep 29, 2020
@oliver-zehentleitner oliver-zehentleitner self-assigned this Sep 29, 2020
oliver-zehentleitner added a commit that referenced this issue Sep 29, 2020
Seven-112 pushed a commit to Seven-112/unicorn-binance-websocket-api that referenced this issue May 16, 2023
Seven-112 pushed a commit to Seven-112/unicorn-binance-websocket-api that referenced this issue May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant