1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

Update request_reply.md

This commit is contained in:
Ginger Collison
2020-05-01 13:37:12 -05:00
committed by GitHub
parent 06e04e522e
commit c4042ca7ab

View File

@@ -120,7 +120,7 @@ if err != nil {
log.Fatal(err)
}
// Send the request immeditately
// Send the request immediately
nc.PublishRequest(subject, replyTo, []byte(input))
nc.Flush()