Skip to content

Commit becd8c3

Browse files
author
kamil.mysliwiec
committed
Travis CI update
1 parent 7b1ae03 commit becd8c3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

example/server.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ const microservice = app.connectMicroservice({
88
transport: Transport.TCP,
99
port: 5667,
1010
});
11-
microservice.listen(() => ({}));
11+
12+
app.startAllMicroservices(() => console.log('All microservices are listening...'));
1213
app.listen(port, () => {
1314
console.log('Application listen on port:', port);
14-
//app.close();
15+
app.close();
1516
});

0 commit comments

Comments
 (0)