vmware-archive / vmw-guestinfo

Apache License 2.0
43 stars 20 forks source link

Support nil request in bridge.MessageSend #5

Closed dougm closed 8 years ago

dougm commented 8 years ago

Avoids panic if request is nil or 0 length.

This enables support for incoming RPCs, where MessageSend(c, nil) makes the vmx aware we are available to receive a request.