I will re-open this issue because I am having problems regarding 
`s2.ripple.com`'s reply. 


I was able to connect using either `webSocketClientFlow` and 
`singleWebSocketRequest`.


Having code block as my outgoing message:

```
val outgoing: Source[TextMessage.Streamed, NotUsed] =
      Source.single(TextMessage.Streamed(Source(List("""{"command": 
"subscribe", "stream": "transactions"}"""))))
```

I was expecting a `TextMessage.Streamed` reply but it replied a 
`TextMessage.Strict` message, naturally this command `{"command": 
"subscribe", "stream": "transactions"}` when sent to `s2.ripple.com` would 
return a stream of data, but it only replies a single message after message 
is sent.

Thanks in advance and God bless.



-- 
*****************************************************************************************************
** New discussion forum: https://discuss.akka.io/ replacing akka-user 
google-group soon.
** This group will soon be put into read-only mode, and replaced by 
discuss.akka.io
** More details: https://akka.io/blog/news/2018/03/13/discuss.akka.io-announced
*****************************************************************************************************
>>>>>>>>>> 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to