Hongbin Lu 869250ef5f Reuse the existing zunclient in websocketclient
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
2017-04-08 14:03:22 -04:00
..