darsto / brother-scand

Network driver for Brother scanner devices. Daemon for press-to-scan functionality.
MIT License
7 stars 16 forks source link

Async message retrieve #4

Open darsto opened 6 years ago

darsto commented 6 years ago

If current driver receives a couple of interrupts, the SNMP thread might process any received message as an (invalid) response to a completely different request.

A special message handler with request_id handler should be implemented.