CiscoDevNet / ncclient

Python library for NETCONF clients (http://ncclient.org)
http://ncclient.com
Apache License 2.0
10 stars 9 forks source link

Establishing two subscriptions resulted in far too many callbacks happening #2

Closed einarnn closed 6 years ago

einarnn commented 6 years ago

There is no filtering of callbacks by subscription id.

einarnn commented 6 years ago

Fixed by commits 209c7c72c5b7b836fc97619c71de4e10606819ef and bc641f20617f839411244fbecc56c63d5e4467f3.