Michael Helmling
Michael Helmling
I just ran into the same issue (streams disconnecting after five minutes). Using the current version of grpcwebproxy (the wrapper, not standalone version) *did* fix the problem for me. Hopefully...
... as does @jonno317's answer above. Can work with both proxies again - thanks for the input folks!
Thanks, that fixes compilation. However, I'm not able to set up a connection to a crossbar.io server (see also #2). Question: Has anyone ever managed to use Autobahn|Cpp with VS...
Thanks for your answers. I'm glad to hear that VS2015 appears to be supported now; however, I'm not able to get it running. I've done the following: 1. Create crossbar.io's...
Just an addition: With autobahn-python, I can connect to the router (using websocket, not rawsocket which doesn't appear to be supported by the python package) and call the example "add2"...
Sorry for the spam, I figured out that the problem was `msgpack-python` not being installed on the crossbar side, while autobahn|cpp doesn't support json (does it?). After installing msgpack-python, everything...
Thanks a lot! I'll test on monday if it works out-of-the-box with VS2015 now but from what you mention I'm pretty sure it should.
Hi Elad, thans for your answer. Are there any plans to support kwargs for callers? I could think of an attribute to mark the keywords part, e.g. ``` [WampProcedure("com.example.keywordsexample")] object...
Hi Elad, thanks, your examples made clear to me how it works. I'll think about the caller-side ... unfortunatelly, I'll need mixed positional and keyword argument because the service I...
Note – I probably won't have time to continue this for the next few weeks, would be happy if s/o else could pick up :)