mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
remove async connection.
This commit is contained in:
@ -19,11 +19,11 @@ export abstract class ReconnecterAbstract extends EventEmitter<ReconnecterAbstra
|
||||
throw new Error("Getter'connected()' must be implemented.")
|
||||
}
|
||||
|
||||
public async connect() {
|
||||
public connect() {
|
||||
throw new Error("Method 'connect()' must be implemented.")
|
||||
}
|
||||
|
||||
public async disconnect() {
|
||||
public disconnect() {
|
||||
throw new Error("Method 'disconnect()' must be implemented.")
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user