c68e3cafe4
- proper session handling - honor http status codes - prevent device from being flooded by limiting concurrent audio channels
6 lines
62 B
Go
6 lines
62 B
Go
package doorbird
|
|
|
|
import "sync"
|
|
|
|
var backchannelMu sync.Mutex
|