Re: [ovs-dev] [PATCH] python: jsonrpc: Pick new remote on disconnect.

2018-12-26 Thread Ilya Maximets
On 25.12.2018 20:51, Ilya Maximets wrote: > If attempt to open non-blocking connection results with EINPROGRESS, > further polling will trigger DISCONNECT action in case of failures. > While handling this action, jsonrpc python library closes the > connection but does not change the current

[ovs-dev] [PATCH] python: jsonrpc: Pick new remote on disconnect.

2018-12-25 Thread Ilya Maximets
If attempt to open non-blocking connection results with EINPROGRESS, further polling will trigger DISCONNECT action in case of failures. While handling this action, jsonrpc python library closes the connection but does not change the current remote. This leads to subsequent connection to the same