Skip to content

Commit

Permalink
fix(android): reuse address for debugger (#13275)
Browse files Browse the repository at this point in the history
  • Loading branch information
drauggres committed Mar 21, 2022
1 parent 0838db2 commit c404163
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ public void start()
{
try {
this.agentThread = new InspectorAgent(this.port);
this.agentThread.setReuseAddr(true);
this.agentThread.start();
} catch (Exception e) {
Log.e(TAG, "Failed to start websocket server agent to handle debugger connection", e);
Expand Down

0 comments on commit c404163

Please sign in to comment.