Lance Carlson
Lance Carlson
I'm running this on the client side: ```ruby require 'async' require 'async/http/endpoint' require 'async/websocket/client' URL = ARGV.pop || "http://127.0.0.1:7070" Async do |task| endpoint = Async::HTTP::Endpoint.parse(URL) Async::WebSocket::Client.connect(endpoint) do |connection| 1000.times do...
I couldn't find this directive?
Do you think this should be a thing like how you have it for voices?
What's interesting is that it seems like it sends messages about 20% slower, but it receives messages about 2% faster. This also only accounts for one level of pipelining too....