Closed dankamongmen closed 5 years ago
We need to handle the DEL message corresponding to each object type. They're currently unknown to handle_msg().
You can now differentiate between NEW, MOD, and DEL by examining the etype variable passed to your callback.
We need to handle the DEL message corresponding to each object type. They're currently unknown to handle_msg().