Skip to content

Commit

Permalink
add localSendPort to listener to resolve bug
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpalumbo committed Nov 20, 2020
1 parent d2833a5 commit 8837d0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ if(mode === 'server'){
} else if (mode === 'client'){
localReceivePort = 7404
localSendPort = 7403
} else if (mode === 'listener'){
// localReceivePort = 7404
localSendPort = 7403
}

// ***** Local UDP-Sender ******* //
Expand Down

0 comments on commit 8837d0c

Please sign in to comment.