mariano-f-r / chatter

A small Rust websocket chat
MIT License
4 stars 4 forks source link

Add User Counter #8

Closed mariano-f-r closed 1 year ago

mariano-f-r commented 1 year ago

This adds a user counter by way of a reference counted smart pointer shared between all handlers. Tested and works.