ristsender Socket error! when using two routes
I'm getting "Socket Error!" in ristsender when I interrupt ristreceiver (maybe it also happens if there is a break in the routes). The error only occurs when I use more than one route. I'm using the version from commit fd4d5be6. If I run rist-receiver again to connect, the connection is successful. The error is still shown mixed in with the log of the new connection. Both ends are Windows.
ristreceiver.exe -i "rist://public_ip:12346,rist://public_ip_2:10899" -o "rtp://127.0.0.1:12345" -S 1000 --profile 1 -b 4000 -r 127.0.0.1:10500 ristsender.exe -i rtp://@127.0.0.1:12345 -o "rist://@192.168.250.115:12346,rist://@192.168.88.115:10899" -S 1000 -p 1
1733659850.306424|0.0|[INFO] {"sender-stats":{"peer":{"flow_id":1009132826,"id":4,"cname":"pc-m","type":"data","stats":{"quality":100,"sent":34,"received":19,"retransmitted":0,"bandwidth":179049,"retry_bandwidth":0,"bandwidth_skipped":0,"bloat_skipped":0,"retransmit_skipped":0,"rtt":29.963791107126085,"avg_rtt":28.8484492430326,"retry_buffer_size":1,"cooldown_time":0}}}}
1733659851.283048|0.33620032|[ERROR] Socket error!
1733659851.301550|0.0|[INFO] {"sender-stats":{"peer":{"flow_id":1009132826,"id":3,"cname":"pc-m","type":"data","stats":{"quality":100,"sent":35,"received":17,"retransmitted":0,"bandwidth":193981,"retry_bandwidth":0,"bandwidth_skipped":0,"bloat_skipped":0,"retransmit_skipped":0,"rtt":11.995505902606469,"avg_rtt":17.767174899131938,"retry_buffer_size":1,"cooldown_time":0}}}}
1733659851.306551|0.0|[INFO] {"sender-stats":{"peer":{"flow_id":1009132826,"id":4,"cname":"pc-m","type":"data","stats":{"quality":100,"sent":35,"received":18,"retransmitted":0,"bandwidth":193323,"retry_bandwidth":0,"bandwidth_skipped":0,"bloat_skipped":0,"retransmit_skipped":0,"rtt":29.953527000323867,"avg_rtt":29.461480437451556,"retry_buffer_size":1,"cooldown_time":0}}}}
1733659851.311051|0.33620032|[ERROR] Socket error!
1733659851.330554|0.33620032|[ERROR] Socket error!
1733659851.334054|0.33620032|[ERROR] Socket error!
1733659851.346556|0.33620032|[ERROR] Socket error!
The message error is repeated eternally.