disconnect


Description:

public static void disconnect ()

Disconnect the default Service proxy returned by [funcService.get] and [funcService.get_sync].

It is not necessary to call this function, but you may choose to do so at program exit. It is useful for testing that memory is not leaked.

This function is safe to call at any time. But if other objects in this library are still referenced, then this will not result in all memory being freed.