crossbario / txaio-etcd

A Twisted client for etcd3
MIT License
14 stars 6 forks source link

Fixing inconsistency resulting from upstream library change(?) #22

Closed oddjobz closed 6 years ago

oddjobz commented 6 years ago

The code was looking for a separator in the incoming data, I guess previously there was always a SEP on the end of each event .. looks like that's not the case any more. Using split rather than parsing line by line removed the issue and simplifies the code.

oberstet commented 6 years ago

great! I'll push a release ..