Results 11 comments of shapeshed

```make proto-gen``` ```sh Formatting protobuf files Generating proto code Generating proto code for ./baseapp/testutil Generating proto code for ./client/v2/internal Generating proto code for ./depinject/internal/appconfig Generating proto code for ./orm/internal Generating...

Looks like they are dead :-1: . Pull requests gratefully accepted!

The callback is sent by the client here https://github.com/shapeshed/nodejsbook.io.examples/blob/master/hour13/example07/views/layout.jade#L51 Are you using the code examples from github? If so could you let me know what version of node you are...

Thanks - I'm in the process of updating examples for Express 3 and the book may see a new edition with updated code examples. Thanks for sharing the code. G

Thank you for your hard work and contributions to the community! 🙏🏻

This can be avoided by removing seconds from the date object so if this is intentional this issue can be closed. ```typescript let d = new Date(); d.setSeconds(0, 0); ```

This is fixed in `main` so when there is a new release I suggest this can be closed.

Thanks very much for your contribution. I need a little time to review this in different shells!

I think it is unlikely that there are incentives to provide an api to assess websocket connection stability within this project so unless there is appetite to address this for...