Replies: 1 comment
-
Implemented in v1.0.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is an idea for version 1.x of ThingsDB since the change is not completely backwards compatible.
In the current version of ThingsDB, it is possible to watch Things. With this implementation it is quite difficult to write good clients since they all need to implement all the events which are responsible for updating things.
Instead of watching a thing, we could implement a "room" type.
See #209 for more details on the implementation of the room type.
Beta Was this translation helpful? Give feedback.
All reactions