Improve Websocket assignment code
Replaced the use of Json-lib for deserialization by the use of a Map. This fixes exceptions caused by failed deserializations and is more consistent with JSON handling of other controllers. Log messages for easier debugging have been added.
Please register or sign in to comment