[99s-extend] Websocket frames sequence

e at bestmx.net e at bestmx.net
Tue Nov 11 01:32:45 CET 2014


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?)


More information about the Extend mailing list