switching networks works, established server functions
This commit is contained in:
@@ -10,6 +10,10 @@ export default class Socket {
|
||||
this.connection = new Connection(this.receive);
|
||||
}
|
||||
|
||||
async init() {
|
||||
await this.connection.init()
|
||||
}
|
||||
|
||||
isOpen() {
|
||||
if(this.connection.checkOpen()) {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user