
It is unnecessary to re-initialize the zunclient at websocketclient. This duplicated initialization leads to bugs (i.e. 1671749). This commit removed the client initialization in websocket. An initialized client object will pass down to websocket client instead. Change-Id: Ie0fdeb5ebc8e7e41d8dbdd87f90da56975f60854 Closes-Bug: #1671749