python-websocket-server icon indicating copy to clipboard operation
python-websocket-server copied to clipboard

Added args for message_received callback method

Open whao22 opened this issue 1 year ago • 0 comments

During the use of this library, it was found that sometimes it is necessary to pass some custom parameters to the callback function message_received. However, this functionality is not currently available. Therefore, an args parameter, defaulting to None, has been added to this function. This is my first time submitting a pull request. If there are any errors or issues, please kindly point them out. Thank you very much.

whao22 avatar May 20 '24 05:05 whao22