MadeByLoosers / noise-box

Broadcasting noise across the internet since 1972 - NoiseBox allows anyone to play sound clips through another computer...
http://noisebox.co
3 stars 3 forks source link

Visual note when people aren't connecting via websockets #48

Closed orangespaceman closed 11 years ago

orangespaceman commented 11 years ago

When users connect through an old browser or via 3G, socket.io falls back to long-polling. This is currently causing some errors (see #46)

Even after these errors are fixed, connecting via long-polling makes client interactions slow to perform. So we should display a message saying the connection is slow, and could be improved by using a modern browser or connecting via wifi

jedrichards commented 11 years ago

:+1: