We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9786a4 commit 2caf56bCopy full SHA for 2caf56b
examples/stream-client/stream_client.go
@@ -290,9 +290,7 @@ Loop:
290
}
291
292
293
-// interfaceNotifications shows the usage of notification API. Note that for notifications,
294
-// you are supposed to create your own Go channel with your preferred buffer size. If the channel's
295
-// buffer is full, the notifications will not be delivered into it.
+// interfaceNotifications demonstrates how to watch for interface events.
296
func interfaceNotifications(conn api.Connection, index interface_types.InterfaceIndex) {
297
298
// start watcher for specific event message
0 commit comments