Samsung / Castanets

Edge distributed web engine. Part of web engine processes are offloaded to a powerful devices and only graphical results are processed in local devices. This way, we overcome both CPU limitations and memory limitations of the low-end local devices
BSD 3-Clause "New" or "Revised" License
45 stars 43 forks source link

fixup! Inform the browser of the shared memory created by the renderer. #245

Closed suyambulingamrm closed 5 years ago

suyambulingamrm commented 5 years ago

Use broker channel to send the BUFFER_CREATED (non-sync msg) instead of synchchannel. This avoids receiving malformed message on browser side on different test scenarios.

Signed-off-by: suyambu.rm suyambu.rm@samsung.com