hello anyone who will read this!
as i take this example 1:1 https://github.com/binance/binance-futures-connector-python/blob/main/examples/websocket/um_futures/kline.py
got error “UMFuturesWebsocketClient.init() got an unexpected keyword argument ‘on_message’”
at same time on GIT arg on_message present! here it is.
https://github.com/binance/binance-futures-connector-python/blob/main/binance/websocket/um_futures/websocket_client.py#L22
pip ver. - binance-futures-connector 3.3.1
can someone double check it and give me some hint please what is wrong?