I have usecases where I need to implement a client on top of websockets for enabling subscriptions to a data, where user will be providing us with the method to execute on receiving a message from the websocket. So is there any wrapper/or support of on_message , on_error type of thing with this library.