Skip to content

Commit

Permalink
Adding a log line for MQTT incoming connections for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
yasserf committed Apr 19, 2020
1 parent 037cccc commit 24448d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connection-endpoint/mqtt/connection-endpoint.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { createMQTTSocketWrapper} from './socket-wrapper-factory'
import { DeepstreamServices, SocketWrapper, DeepstreamConfig, UnauthenticatedSocketWrapper, EVENT, LOG_LEVEL } from '@deepstream/types'
import { DeepstreamServices, SocketWrapper, DeepstreamConfig, UnauthenticatedSocketWrapper, EVENT } from '@deepstream/types'
import ConnectionEndpoint, { WebSocketServerConfig } from '../base/connection-endpoint'

import { createServer as createTCPServer, Server as TCPServer } from 'net'
Expand Down

0 comments on commit 24448d9

Please sign in to comment.