Evan Zhao
Results
2
comments of
Evan Zhao
不支持的,这设计到证书等很多内容,一般都是用Nginx做wss代理转发成ws,成熟稳定
you mean like this: ffpython.call("ffpython", "Foo", 123) ? ffpython.call to call python module function ffpython.regClass lets python can call c++ code for example: my.cpp: ffpython.regClass("Foo") .regMethod(&Foo::getValue, "getValue") ffpython.call("my", "runPyFunc", args....)...