H F

Results 3 comments of H F

I couldn't understand what does the following line does, ``` Javascript 90 delete self.topics[topic][client.id]; ``` but it seems if changed to this way might work: ``` Javascript var toplicsKeys =...

I just tried to use the example given by Autobahn.js, http://autobahn.ws/js/getstarted and running your server ``` javascript node server.js ``` Then I run the client side example on a web...

hmm, it seems I did not understand something - the protocol format [7, "http://example.com/simple", "Hello, world!"] looks different from your implementation format "topicUri=...&body=Hello+World"?