hi, all
the question is about websocket and cowboy, both.
if i return from a callback the value:
{reply, [{text,"A"}, {text,"B"}], Req, State}
is it guaranteed that "A" will be received by the client prior to "B" ?
if not, what actually happens? (are they emitted independently or together?)