PierreRust / apigpio

apigpio - an asyncio-based python client for pigpio
MIT License
19 stars 11 forks source link

Cleanup for callbacks #1

Open PierreRust opened 8 years ago

PierreRust commented 8 years ago

I need to add some cleanups for callbacks registration. Maybe implement a context manager to handle all cleanup operations.

PierreRust commented 8 years ago

Added 'close notification' and close for sockets (in 0bd71050faafeb685e461986da5f6acd660db9ea). The context manager would still be nice though.