Skip to content

Commit b101fa4

Browse files
Update Client on page update
1 parent d889fe9 commit b101fa4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Client/src/App.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,10 @@ export default {
197197
`${new Date().toTimeString().substring(0, 8)} ${message}\n` +
198198
this.userLog;
199199
},
200+
},
201+
updated() {
202+
this.createNewClient();
203+
},
200204
mounted() {
201205
const socketPort: number = 51510;
202206
// const message = Buffer.from("UDP CONNETION DATA");

0 commit comments

Comments
 (0)