parent
71d54e2dc3
commit
9c0205614b
|
@ -260,7 +260,10 @@ public class SessionProxy {
|
||||||
- Returns: `true` if supports link rebinding.
|
- Returns: `true` if supports link rebinding.
|
||||||
*/
|
*/
|
||||||
public func canRebindLink() -> Bool {
|
public func canRebindLink() -> Bool {
|
||||||
return (pushReply?.peerId != nil)
|
// return (pushReply?.peerId != nil)
|
||||||
|
|
||||||
|
// XXX: floating is currently unreliable
|
||||||
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue