dandeliondeathray / DandelionWebSockets.jl

A Julia package for client side WebSockets.
Other
21 stars 11 forks source link

echo.jl example raises "ERROR: type WSClient has no field handler_proxy" #42

Closed amckay1 closed 6 years ago

amckay1 commented 6 years ago

Hi,

Running the echo.jl example code, I get the error ERROR: type WSClient has no field handler_proxy when I attempt to initialize the client: client = WSClient()

Just a heads up, thank you!

Specs: Julia 0.6.2 DandelionWebSockets 0.1.1

erikedin commented 6 years ago

Thank you, this is now fixed in master. It was a show method that tried to access an old field. I would not have found this easily, because I rely on my unit tests these days, and they apparently do not cover this method.