send()
and recv()
work at a rather low level. They de-/encode and transmit JSON message objects. makeRequest()
and recvRequest()
provide a higher level abstraction and keep track of message IDs and that stuff that you don't want to care about.
|
|
|
|
|
|
|
|