aboutsummaryrefslogtreecommitdiffstats
path: root/test/ws_send_many_handler.erl
AgeCommit message (Collapse)Author
2012-10-11Allow websocket handlers to reply more than one frameLoïc Hoguin
Instead of returning {text, Data}, you can now return [{text, Data}, {text, Data2}, ...].