Skip to content

Commit 062be87

Browse files
committed
docs: remove disable consumer flag
Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent b0ff8fd commit 062be87

File tree

1 file changed

+0
-1
lines changed
  • _example/server-client/server

1 file changed

+0
-1
lines changed

_example/server-client/server/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ func main() {
3030
nsq.WithAddr("127.0.0.1:4150"),
3131
nsq.WithTopic("example"),
3232
nsq.WithChannel("foobar"),
33-
nsq.WithDisableConsumer(),
3433
)
3534

3635
// define the queue

0 commit comments

Comments
 (0)