Get retrieves the key value from the client's context.
(key string)
| 60 | |
| 61 | // Get retrieves the key value from the client's context. |
| 62 | Get(key string) any |
| 63 | |
| 64 | // Discard marks the client as "discarded" (and closes its channel), |
| 65 | // meaning that it shouldn't be used anymore for sending new messages. |
no outgoing calls