Method: OverSIP::SIP::TlsServer#unbind
- Defined in:
- lib/oversip/sip/listeners/tls_server.rb
#unbind(cause = nil) ⇒ Object
82 83 84 85 |
# File 'lib/oversip/sip/listeners/tls_server.rb', line 82 def unbind cause=nil @timer_tls_handshake.cancel if @timer_tls_handshake super end |