roeap/flight-fusion

Long lived client for python bindings

Closed this issue · 0 comments

roeap commented

Currently we create a new FlighFusionClinet instance for any method invocation on the
python client. To avoid frequently re-establishing connections a long lived client instance
as member of the client struct is prefereable.