olahol / melody

:notes: Minimalist websocket framework for Go
BSD 2-Clause "Simplified" License
3.75k stars 366 forks source link

Add broadcast methods for a binary message #7

Closed shiwano closed 9 years ago

shiwano commented 9 years ago

Hi, melody is a very useful framework, thanks.

I have needs to send a binary message to a client (not browser), so added new methods. Could you check that this change would be ok?

olahol commented 9 years ago

Thank you for you contribution @shiwano :+1: Binary broadcasting was definitely something that was missing. Great work on the code and tests :smile:

shiwano commented 9 years ago

Thank you for your merge! :satisfied: