Fixed startup and store in db.
This commit is contained in:
parent
73f201bdac
commit
b93f1d7ef1
15 changed files with 172 additions and 107 deletions
|
|
@ -13,6 +13,7 @@ public final class JreWireClientHandler implements WebSocket.Listener {
|
|||
|
||||
protected JreWireClientHandler(WireClientHandler handler) {
|
||||
this.handler = handler;
|
||||
this.handler.onStart();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue