Maksim Kolchin

Results 19 comments of Maksim Kolchin

@the20login Yes, you right this is more question to Netty than jawampa. It wasn't a theoretical question, I actually was analysing the memory consumption of an app and found this....

I understand, but I need a workaround, could you show me how to handle proxy in jawampa? I would implement it in my fork.

Thank you for quick reply! Unfortunatelly, it doesn't work, I even switched to Netty 4.1.0.Beta4-SNAPSHOT to get proxy support implemented in https://github.com/netty/netty/pull/2817 (see my [fork](https://github.com/KMax/jawampa)), but it also doesn't work....

@Matthias247, should I be able to connect to `wss://demo.crossbar.io/ws` server (without proxy server) too? I want to test my client to ensure that it works without proxy server, but for...

Hmm...it's strange, I get `SSLException: Received fatal alert: handshake_failure` when I try to connect to `wss://demo.crossbar.io/ws` or to my WAMP router. Below you can see the stacktrace: ``` 14:15:24.424 [main]...

Solved it! The issue is described [here](https://groups.google.com/forum/#!topic/autobahnws/FacdoiUeY9s). I just needed to install pyOpenSSL from sources as it said in [Secure WebSocket and HTTPS](http://crossbar.io/docs/Secure-WebSocket-and-HTTPS/) tutorial. Now I can connect to my...

So now everything works fine for one of my Java apps which is a simple CLI application, I even can use jawampa without the patch from `proxy` branch. No, I'm...

@ansell Does jsonld-java pass all the framing test published on [json-ld.org](http://json-ld.org/test-suite/)? And are there unit tests which run the tests? I see `frame-0001-frame.jsonld` and others in the source code, but...

Ah, yes, I guess I've found how they're run. They're run by [JsonLdProcessorTest.java](https://github.com/jsonld-java/jsonld-java/blob/master/core/src/test/java/com/github/jsonldjava/core/JsonLdProcessorTest.java).

It seems I faced similar issue on my setup (OntoWiki 0.9.8-3, Ubuntu x86, Virtuoso 6.1). Scenario: - add an instance - add property - select the Resource radio button -...