platinummonkey / rexpro-python

Python RexPro Interface
Other
5 stars 7 forks source link

Polling for features unnecessarily #17

Closed atomos closed 9 years ago

atomos commented 9 years ago

Hi,

We noticed that the rexpro client was frequently polling for features (g.getFeatures().toMap()). We saw it executing this query in rexpro/connectors/base.py when a new session is created, but nothing ever uses the result. Can this be removed? We deleted it in our fork and everything seems to be working.

Adam

platinummonkey commented 9 years ago

Don't see why not! Can you submit a pull request?

atomos commented 9 years ago

Just did. Thanks!

https://github.com/platinummonkey/rexpro-python/pull/18

platinummonkey commented 9 years ago

merged, deploying new point version.

platinummonkey commented 9 years ago

0.4.4 released