mirror of
https://github.com/taigrr/nats.docs
synced 2025-01-18 04:03:23 -08:00
6 lines
231 B
Markdown
6 lines
231 B
Markdown
# Setting a Connect Timeout
|
|
|
|
Each library has its own, language preferred way, to pass connection options. For example, to set the maximum time to connect to a server to 10 seconds:
|
|
|
|
!INCLUDE "../../_examples/connect_options.html"
|