snu-quiqcl / qiwis

QuIqcl Widget Integration Software
MIT License
5 stars 2 forks source link

[BUG] Not working all original message transfer protocol #137

Closed BECATRUE closed 1 year ago

BECATRUE commented 1 year ago

Describe the bug

After we simplified the broadcast/receive protocol, all original examples became not working.

In original system, we directly emit and receive messages as string. Now, however, the received signal connects to _receivedMessage() slot and it tries to decode the message from json string. In this procedure, a JSONDecodeError occurs.

To Reproduce

All messages should be changed to go through broadcast() and receivedSlot().

BECATRUE commented 1 year ago

This issue is closed by #140.