T3203
This is useful for app devs looking to build network visualizers which need to listen for new incoming blocks, without having to make direct RPC calls to the node.
The example uses a chronik websocket to listen for BlockConnected events and then unsubscribes and closes upon detection.