codeigniter-websocket icon indicating copy to clipboard operation
codeigniter-websocket copied to clipboard

Question about user_id and recipient_id

Open rodriguesfas opened this issue 3 years ago • 1 comments

Hi! Great work on this library. I would like to know if it is possible to use UUID (String) instead of an ID (Interger). I thank you for your attention.

rodriguesfas avatar Feb 15 '22 13:02 rodriguesfas

Maybe you can do it by extending ConnectionInterface. Or you may add an extra property of the attached object.

takielias avatar Mar 07 '22 04:03 takielias