Pudu programming language
Menu

Std.Db.Protocol.sync

1 declaration

fn

sync: Bytes

This is a callable function.

What it does

End the sequence, so the server reports and becomes ready again.

Without this the server holds everything sent since the last one, and a

client that never sends it waits for a reply that is waiting for it.

Read the signature

  • The text after the name is the type checked by Pudu.

Back to Std.Db.ProtocolSearch related declarations