[akka-user] Re: akka-http web socket issue

2016-07-21 Thread allobiano
does this work when receiving large json data..? i have problem receiving large json data because sometimes it returns TextMessage.Streamed instead of TextMessage.Strict and another issue is when connecting to wss://s2.ripple.com:443 i can't connect using this url but can connect to other webso

[akka-user] Re: akka-http web socket issue

2016-07-21 Thread allobiano
does this work when receiving large json data ? On Thursday, July 7, 2016 at 6:34:02 AM UTC+8, Eric Swenson wrote: > > I wrote a simple python client: > > $ cat ws-test.py > import os > from websocket import create_connection > > eiid=os.getenv("EIID") > token=os.getenv("BEARER_TOKEN") > header="A