A tool for measuring the coverage of Bluesky/ATProto relays
9
fork

Configure Feed

Select the types of activity you want to include in your feed.

better output on websocket error

+1
+1
run_test.rb
··· 55 55 56 56 sky.on_connecting { puts "[#{Time.now}] #{host}: Connecting..." } 57 57 sky.on_connect { puts "[#{Time.now}] #{host}: Connected ✓" } 58 + sky.on_error { |e| puts "[#{Time.now}] #{host}: ERROR: #{e.message}" } 58 59 59 60 trap('SIGINT') { sky.disconnect } 60 61