Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KhudaDad414 committed Dec 1, 2023
1 parent e727f3d commit 71d30ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/ws/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class WebSocketsAdapter extends Adapter {
private serverUrl: URL
private wsHttpServer: HttpServer
private customHttpServer: HttpServer
// since websocket only supports one connection path per server, we open create one server for each channel and store them here.
// WebSockets are limited to a single connection path per server. To accommodate multiple channels, we instantiate a separate server for each channel and maintain a record of these servers here.
private websocketServers: Map<string, WebSocket.Server>


Expand Down

0 comments on commit 71d30ac

Please sign in to comment.