This commit is contained in:
syuilo 2017-11-17 01:30:47 +09:00
parent 612123ec6d
commit 9e4186be9e

View file

@ -40,6 +40,9 @@ export default abstract class StreamManager<T extends Connection> extends EventE
*/ */
public abstract getConnection(): T; public abstract getConnection(): T;
/**
*
*/
public borrow() { public borrow() {
return this._connection; return this._connection;
} }