mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 05:11:19 -04:00
getClientOffer can return after snowflake is disabled
This commit is contained in:
parent
51bc1cf3ed
commit
7090316e5c
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class Snowflake
|
|||
@ui.setStatus msg
|
||||
recv = @broker.getClientOffer pair.id
|
||||
recv.then (desc) =>
|
||||
@receiveOffer pair, desc
|
||||
if pair.running then @receiveOffer pair, desc
|
||||
, (err) ->
|
||||
pair.active = false
|
||||
@retries++
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue