close method
void
close()
Closes all open connections to the server.
Implementation
void close() {
closeStreamingConnection();
}
Closes all open connections to the server.
void close() {
closeStreamingConnection();
}