ID defines a pseudo random number that is used to identify RPC subscriptions.
| 31 | |
| 32 | // ID defines a pseudo random number that is used to identify RPC subscriptions. |
| 33 | type ID string |
| 34 | |
| 35 | // a Subscription is created by a notifier and tight to that notifier. The client can use |
| 36 | // this subscription to wait for an unsubscribe request for the client, see Err(). |