Edward Kline

Results 1 comments of Edward Kline

I can confirm this as well. FYI: To get callbacks to work, I had to use the .addListener method via chaining. e.g. connection.exchange(...).addListener('error",logError).addListener('open',doStuff).