Teemu Rytkönen
Results
3
comments of
Teemu Rytkönen
I did not notice your workaround and created my own, which is also a pull request https://github.com/schoolpost/PiDNG/pull/67
A possible solution which I tested to be working. var WampCall = function(client, callId) { this.client = client; this.callId = callId; var self = this; this.cb = function cb(err, result)...
heri16, I checked your fix and it does indeed look much simpler! Is there any change getting this fixed upstream?