chore: release v0.26.2
This commit is contained in:
@@ -187,6 +187,13 @@ func (s *Server) selfTest() {
|
||||
// what Stop() does on every settings save. Seen in the field: a K3 sat in
|
||||
// transmit for 29 s, until the CAT link happened to be rebuilt.
|
||||
//
|
||||
// Keyed reports whether a client currently has the rig transmitting.
|
||||
//
|
||||
// Asked before the server is torn down: pulling the socket out from under
|
||||
// WSJT-X mid-over is the one moment that costs a QSO — and, on the log that
|
||||
// prompted this, sometimes the whole application.
|
||||
func (s *Server) Keyed() bool { return s.ptt.Load() }
|
||||
|
||||
// Swap makes this once-only, so the Stop() path and the per-connection defer it
|
||||
// triggers can both call it without double-unkeying.
|
||||
func (s *Server) releasePTT(why string) {
|
||||
|
||||
Reference in New Issue
Block a user