Immediately upon connection the following set of calls take place:
| Server | | Client |
| ------ | ------ | ------ |
| | | |
## Listing
## Listing
Procedures below that do not have a return value also do not send one and so should be called with `send` instead of `call` which would block forever expecting a return.
Procedures below that do not have a return value also do not send one and so should be called with `send` instead of `call` which would block forever expecting a return.