WebSockets: also json-escape strings in state messages

This commit is contained in:
Luciano Iam
2020-04-22 18:17:13 +02:00
committed by Robin Gareus
parent 946094b25c
commit dbb26daafa
7 changed files with 82 additions and 29 deletions

View File

@@ -29,6 +29,7 @@ def build(bld):
dispatcher.cc
manifest.cc
resources.cc
json.cc
'''
obj.export_includes = ['.']
obj.defines = [ 'PACKAGE="ardour_websockets"' ]