openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #30094
Re: [Merge] lp:~trb143/openlp/websockets into lp:openlp
Could you convert the polls to strings before sending them in websockets -> handle_websocket ?
current_poll = str(current_poll, 'utf-8')
main_poll = str(main_poll, 'utf-8')
That way parsing them in js is straightforward
--
https://code.launchpad.net/~trb143/openlp/websockets/+merge/296703
Your team OpenLP Core is subscribed to branch lp:openlp.
Follow ups
References