-
-
Notifications
You must be signed in to change notification settings - Fork 164
`stream_signal_buffer`
Oliver Zehentleitner edited this page Mar 17, 2024
·
21 revisions
Stream signals are a way of being informed about changes in the status of your streams.
Activate signals with enable_stream_signal_buffer
parameter of BinanceWebSocketApiManager()
.
Use pop_stream_signal_from_stream_signal_buffer()
to pick up signals!
Its possible to use a callback function instead of the stream_signal_buffer
. Just provide a function to the parameter process_stream_signals
within the BinanceWebSocketApiManager()
call.
UNICORN Binance WebSocket API and all other tools of the UNICORN Binance Suite are open source projects which welcomes contributions which can be anything from simple documentation fixes and reporting dead links to new features. To contribute follow this guide.