mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-21 07:16:18 -04:00
fix WSPeer
whether WSPeer inherits from Peer as well as RTCPeer?
This commit is contained in:
parent
a96dde25c0
commit
a6bf4857dd
1 changed files with 1 additions and 1 deletions
|
@ -413,7 +413,7 @@ class PeersManager {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
class WSPeer {
|
class WSPeer extends Peer {
|
||||||
_send(message) {
|
_send(message) {
|
||||||
message.to = this._peerId;
|
message.to = this._peerId;
|
||||||
this._server.send(message);
|
this._server.send(message);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue