Haitham Athamneh

Results 1 issues of Haitham Athamneh

This PR adds two features: * allow modification url after the websocket is built. ex: `ws.url = 'some_new_url'` * allow async events handlers: ex: ``` WebsocketBuilder.onRetry(async (ws, ev) => {...