fhqvst / avanza

A JavaScript client for the unofficial Avanza API
MIT License
228 stars 59 forks source link

Subscriptions/feeds not working in 1.2.0 because of ws 3.2.0 API changes #13

Closed gustafg closed 6 years ago

gustafg commented 6 years ago

'message' event from ws sends empty flags causing parsing of flags.buffer to crash with NPE. Last working version is commit before 1.2.0.

gustafg commented 6 years ago

I will send a pull request fixing this and many other things hopefully tomorrow. Just need to re-test it because it is a pretty big patch that I refactored when I splitted it up into smaller pieces for sending to you.