laravel-websockets-demo icon indicating copy to clipboard operation
laravel-websockets-demo copied to clipboard

user is typing for ever

Open george-kar opened this issue 5 years ago • 2 comments

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?

george-kar avatar Mar 08 '19 16:03 george-kar

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.

redalpha01 avatar Jul 20 '20 15:07 redalpha01

I agree that this is odd default behaviour. I think adding this feature will demonstrate even better the real-timeness that is possible.

sjorspeterse avatar Sep 26 '20 18:09 sjorspeterse