John Kossa

Results 1 issues of John Kossa

It appears that messages above some certain size break subscription handling. Tried a code snippet along the lines of: ```javascript socketClient.connect(function(){ logger.info("Subscribed"); socketClient.subscribe("/queue/connector", function(body, header){ console.log("Something Happened!") }); }); ```...