mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 08:40:38 +00:00
Feature/fast http client (#132)
* initial changes to use undici for http client and connection pooling * use body.json() mixin * logging * add pipelining env var * implement socket close
This commit is contained in:
@@ -158,7 +158,7 @@ class WsRequestor extends BaseRequestor {
|
||||
|
||||
close() {
|
||||
this.closedGracefully = true;
|
||||
this.logger.info('WsRequestor:close closing socket');
|
||||
this.logger.debug('WsRequestor:close closing socket');
|
||||
try {
|
||||
if (this.ws) {
|
||||
this.ws.close();
|
||||
|
||||
Reference in New Issue
Block a user