feat(api): Implement received hand event handling and UI updates
This commit is contained in:
@@ -87,7 +87,7 @@ class UserWebsocketActor(
|
||||
}
|
||||
|
||||
def transmitEventToClient(event: SimpleEvent): Unit = {
|
||||
val jsonString = WebsocketEventMapper.toJsonString(event)
|
||||
val jsonString = WebsocketEventMapper.toJson(event)
|
||||
out ! jsonString
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user