Commit 8311a61
committed
[scripts/odmlview] Enable address reuse
When a server is ended the port still seems to
be blocked, the server cannot be restarted at
the same address until a specific time has passed.
Using `allow_reuse_address` on the TCPServer class
allows this address re-use directly after a shutdown.1 parent 4e0452e commit 8311a61
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
| 86 | + | |
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
| |||
0 commit comments