close method
Close the transport
Implementation
@override
void close() {
_logger.debug('Closing StdioServerTransport');
_cleanup();
// Clear singleton instance on close
if (_instance == this) {
_instance = null;
}
}
Close the transport
@override
void close() {
_logger.debug('Closing StdioServerTransport');
_cleanup();
// Clear singleton instance on close
if (_instance == this) {
_instance = null;
}
}