omniClientShutdown

Defined in OmniClient.h

void omniClientShutdown()

Terminate all connections and free everything.

Only call this once, when the entire program is terminating.

Warning

It’s not safe to call any functions (not even omniClientInitialize!) after calling this.