Bugfix: 'on_get_cb': return value was swallowed#83
Bugfix: 'on_get_cb': return value was swallowed#83hmaerki wants to merge 1 commit intobrainelectronics:developfrom
Conversation
|
I think I did something like this earlier as well. The problem is that caching it this way means that |
Hi @GimmickNG Reading the documentation/examples, I failed to understand how to implement these concepts:
Eventually, the developer has to decide between these two concepts
It might be helpful to have the documentation and examples structured this way. If you like, I could spend some hours in creating
|
Bug
on_get_cbis defined, the second call toself._create_response()overwrites the value returned byon_get_cb.on_get_cbwas swallowed.Bugfix
self._create_response()only once.