module SimpleRpc

Defined in:

simple_rpc.cr
simple_rpc/error.cr

Constant Summary

DEFAULT_MSG_ID = 0_u32
INTERNAL_PING_METHOD = "__simple_rpc_ping__"
NOTIFY = 2_i8
NOTIFY_SIZE = 3
REQUEST = 0_i8
REQUEST_SIZE = 4
RESPONSE = 1_i8
RESPONSE_SIZE = 4
VERSION = "1.9.1"