websocket-scala-client icon indicating copy to clipboard operation
websocket-scala-client copied to clipboard

Pure Scala WebSocket Client

Results 5 websocket-scala-client issues
Sort by recently updated
recently updated
newest added

Updates [org.scoverage:sbt-scoverage](https://github.com/scoverage/sbt-scoverage) from 1.7.0 to 1.7.3. [GitHub Release Notes](https://github.com/scoverage/sbt-scoverage/releases/tag/v1.7.3) - [Version Diff](https://github.com/scoverage/sbt-scoverage/compare/v1.7.0...v1.7.3) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

A quick inspection in Wireshark revealed that the custom headers appeared twice in the request. This sample code ``` val client = WebsocketClient(uri, protocolHandler, Map("test" -> "value")) val ws =...

- Websocket Client API - `netty` based spi - `akka` based spi - `pekko` based spi - `jdk9 httpclient` based spi - `AsyncHttpClient` based client - `okhttp` based client

See if we can add a method similar to `actor.?`. Method that'd allow asynchronous request-response pattern

Research on if we can make a single websocket instance be used to pass both text and binary based frames