Re: [julia-users] julia WebSocket receiving but not sending binary data.

2014-08-31 Thread Shashi Gowda
Hey, it looks like WebSockets.jl wasn't setting the right flags in WebSocket packets for binary data. This patch makes your code work https://github.com/JuliaWeb/WebSockets.jl/pull/16 :) On Mon, Aug 25, 2014 at 6:53 PM, Altieres Del-Sent altieresdels...@gmail.com wrote: HI, I am testing the

Re: [julia-users] julia WebSocket receiving but not sending binary data.

2014-08-31 Thread Altieres Del-Sent
thank you :), I will test and see if it works. 2014-08-31 6:11 GMT-03:00 Shashi Gowda shashigowd...@gmail.com: Hey, it looks like WebSockets.jl wasn't setting the right flags in WebSocket packets for binary data. This patch makes your code work