mirror of
https://github.com/taigrr/nats.docs
synced 2025-01-18 04:03:23 -08:00
Proof'd everything and improved flow Renamed advanced to events Reordered sending/receiving Added text type to languages for prism plugin
7 lines
350 B
Markdown
7 lines
350 B
Markdown
# Monitoring the Connection
|
|
|
|
Managing the interaction with the server is primarily the job of the client library but most of the libraries also provide some insight into what is happening under the covers.
|
|
|
|
For example, the client library may provide a mechanism to get the connection's current status:
|
|
|
|
!INCLUDE "../../_examples/connect_status.html" |