Commits


Yonathan Yusim authored and Andy Green committed 3ae39ff7968
allow message processing from onopen browser context Found an issue in libwebsockets - if a server sends a message within its "onopen" context then the message is getting swallowed and not passed to calling client (means LWS_CALLBACK_CLIENT_RECEIVE is never getting called). I've fixed the bug - pls find attached patch. Signed-off-by: Yonathan Yusim <yonathan@boxee.tv> Signed-off-by: Andy Green <andy@warmcat.com>