Using socket.io for doctype events

Hello,

I’m delighted that sockets seem to be working much more consistently for me in v15, so I’m looking to use them more productively. I’m able to both produce and subscribe to my own custom events, but I’m wondering if any events are produced by documents by default.

Specifically, I’m looking at the last paragraph here:
https://frappeframework.com/docs/user/en/api/realtime

Does that mean I should be able to join to a doctype’s room and subscribe to events? Is there documentation anywhere of what gets emitted out of the box?

Any advice is appreciated!

1 Like

Anyone know anything? Even a “no, this hasn’t been implemented yet” would save me a lot of time trying to understand the source code.