Konstantin Burkalev

Results 171 comments of Konstantin Burkalev
trafficstars

Can confirm it's happening in Chrome 88 on Android 5 too

Updates should be monitored in Chromium repo :) @badlamer added link. Here it is again: https://bugs.chromium.org/p/chromium/issues/detail?id=1169034&q=toLocaleString&can=2 As i see, bug is confirmed and even localized. So maybe soon it will...

+1 Is it possible?

Hi @MakeShiftArtist ! Thanks for report! Well, indeed, typings for wampy are outdated. I have plans to rewrite wampy in ts but it will take time. For now — you...

Great! Well, yes, protected is ok!

Regarding `getWebSocket` and 5 params: wampy works in both: node.js and browser environments. In node there is no standard ws object with same api as in browser. But, there is...

Well, interesting, what the problems do you have running test? What cmd do you run? `npm run test:node-no-crossbar` should work without any real wamp routers

Hi! Thnx! Any new auth method can be implemented as external plugin like [WAMP-CRA](https://github.com/KSDaemon/wampy-cra) is done. It's rather simple. Will be great, if you'll try to make it by yourself....

Hi @zhusheping ! Can you show full code? What version of wampy do you use? I can't reproduce it on latest version (6.2.2)