You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.
SQS is painfully slow, adding 2-3 seconds to every ssh and git signing operation. This is especially painful for accessing local remote servers. Both my Android and mac are on the same local network. They should be able to communicate without reaching out to the internet.
Bluetooth is a hassle and unfortunately for me, my macs cannot hold a connection with my Android 8 phone. I've tried all the typical debugging: resetting the Mac's bluetooth module, disabling Hand-off and Airdrop, checking the phone for any battery optimizations, restarting macs and phone. No matter what is done, the Android will not stay connected for longer than a few seconds. Bluetooth is otherwise solid with peripherals and audio devices, so it is something specific to this macOS + Android combination.
So I would like to see peer-to-peer communication. On the local LAN first.
People can use something like ZeroTier or VPN for other situations (i.e. a laptop on a public WiFi network and the phone on mobile). Or it could just fallback to SQS if a direct connection cannot be made. If a flat network with discovery is assumed, this should be relatively simple to implement.
I suspect others may have issues with bluetooth, or simply don't want to rely on Amazon for other reasons. Peer-to-peer communication would solve that and improve the experience.
The text was updated successfully, but these errors were encountered:
SQS is painfully slow, adding 2-3 seconds to every ssh and git signing operation. This is especially painful for accessing local remote servers. Both my Android and mac are on the same local network. They should be able to communicate without reaching out to the internet.
Bluetooth is a hassle and unfortunately for me, my macs cannot hold a connection with my Android 8 phone. I've tried all the typical debugging: resetting the Mac's bluetooth module, disabling Hand-off and Airdrop, checking the phone for any battery optimizations, restarting macs and phone. No matter what is done, the Android will not stay connected for longer than a few seconds. Bluetooth is otherwise solid with peripherals and audio devices, so it is something specific to this macOS + Android combination.
So I would like to see peer-to-peer communication. On the local LAN first.
People can use something like ZeroTier or VPN for other situations (i.e. a laptop on a public WiFi network and the phone on mobile). Or it could just fallback to SQS if a direct connection cannot be made. If a flat network with discovery is assumed, this should be relatively simple to implement.
I suspect others may have issues with bluetooth, or simply don't want to rely on Amazon for other reasons. Peer-to-peer communication would solve that and improve the experience.
The text was updated successfully, but these errors were encountered: