NewRespInbox is the new format used for _INBOX.
()
| 4769 | |
| 4770 | // NewRespInbox is the new format used for _INBOX. |
| 4771 | func (nc *Conn) NewRespInbox() string { |
| 4772 | nc.mu.Lock() |
| 4773 | s := nc.newRespInbox() |
| 4774 | nc.mu.Unlock() |
| 4775 | return s |
| 4776 | } |
| 4777 | |
| 4778 | // respToken will return the last token of a literal response inbox |
| 4779 | // which we use for the message channel lookup. This needs to verify the subject |