Automatically return acks (by internally calling sendAcks) when calling receiveMessage if n or more incoming messages have been lost before being received. Default: off
When a delivery failure is detected (when calling receiveMessage), immediately return all messages that have not been successfully delivered. Default: false
Name of the type to use for deleting. Must be present in the .proto file. Should be the same as the type used for syncing, but with all values being booleans. Default: "objBool"
Adds support for unreliable connections. Guarantees message delivery and order. Enable if the underlying communications protocol does not provide these guarantees.
The object that is already synced from the remote host (incoming sync). Setting this will avoid unnecessary syncing. Ignored if restoreState is used.
The object that is already synced to the remote host (outgoing sync). Setting this will avoid unnecessary syncing. Ignored if restoreState is used.
Name of the enum to be used for the method name. Must be present in the .proto file. Default: "methods"
Path to the .proto file. Default: "./main.proto"
Restore state of old LibTop instance. If present, other options will be ignored.
Name of the type to use for syncing. Must be present in the .proto file. Default: "obj"
An object that fits the Transcoder interface that will be used to encode and decode the main protocol payload
Generated using TypeDoc
Automatically return acks (by internally calling sendAcks) when calling receiveMessage if n or more messages have been received since last sending acks. Default: off