mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-01 18:33:04 +02:00
remove duplicate function.
This commit is contained in:
parent
04ef2d3081
commit
dfcb817eec
2 changed files with 0 additions and 8 deletions
|
@ -104,13 +104,6 @@ func (session *Session) Send(v interface{}) error {
|
|||
return session.socket.Send(v)
|
||||
}
|
||||
|
||||
func (session *Session) Write(v interface{}) error {
|
||||
if session.socket == nil {
|
||||
return nil
|
||||
}
|
||||
return session.socket.Send(v)
|
||||
}
|
||||
|
||||
func (session *Session) SignalAnswer(sdp string) error {
|
||||
if session.peer == nil {
|
||||
return nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue