beremiz
Clone
Summary
Browse
Changes
Graph
Fix SVGHMI exception when running on Windows, missing ENODATA in errno.
2021-09-09, Edouard Tisserant
3b920d1fe81b
Fix SVGHMI exception when running on Windows, missing ENODATA in errno.
These classes are intended for use server-side.
e.g. in a django view.py :
from pyjs.jsonrpc.django import JSONService, jsonremote
jsonservice = JSONRPCService()
@jsonremote(jsonservice)
def test(request, echo_param):
return "echoing the param back: %s" % echo_param