laravel-websockets-demo
laravel-websockets-demo copied to clipboard
user is typing for ever
Although the message "user typing" appears when user is typing, it doesn't disappear when the user stops typing. is it a bug or not implemented?
If you look at the js, the code is implemented so that "typing" starts when any char is entered and finishes only when a messages is sent. Obviously you can change that behaviour.
I agree that this is odd default behaviour. I think adding this feature will demonstrate even better the real-timeness that is possible.