We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d889fe9 commit b101fa4Copy full SHA for b101fa4
Client/src/App.vue
@@ -197,6 +197,10 @@ export default {
197
`${new Date().toTimeString().substring(0, 8)} ${message}\n` +
198
this.userLog;
199
},
200
+ },
201
+ updated() {
202
+ this.createNewClient();
203
204
mounted() {
205
const socketPort: number = 51510;
206
// const message = Buffer.from("UDP CONNETION DATA");
0 commit comments