When watching multiple collections, an error might occur about missing # in a thing_dict.
The reason for this error is that when using multiple collections, also multiple event handlers are registered. The first event handler might remove the # and then the second cannot find the # anymore.
For full support of multiple event handlers, the incoming data should be handlers as read-only.
When watching multiple collections, an error might occur about missing
#in a thing_dict.The reason for this error is that when using multiple collections, also multiple event handlers are registered. The first event handler might remove the
#and then the second cannot find the#anymore.For full support of multiple event handlers, the incoming data should be handlers as read-only.