Skip to content

Commit af09389

Browse files
improve package godoc
1 parent 51a567f commit af09389

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

engine/access/rest/websockets/controller.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
// validates messages, and manages error handling. The controller ensures smooth
1818
// coordination between the client and the data-fetching units.
1919
//
20+
// Basically, it is an N:1:1 approach: N data providers, 1 controller, 1 websocket connection.
21+
// This allows a client to receive messages from different subscriptions over a single connection.
22+
//
2023
// ### Controller Details
2124
//
2225
// The `Controller` is the core component that coordinates the interactions between

0 commit comments

Comments
 (0)