- Sort Score
- Result 10 results
- Languages All
Results 51 - 52 of 52 for Disconnected (0.09 sec)
-
src/main/java/jcifs/smb/SmbFile.java
/** * @return * @throws CIFSException * */ synchronized SmbTreeHandleImpl ensureTreeConnected () throws CIFSException { if ( this.treeHandle == null || !this.treeHandle.isConnected() ) { if ( this.treeHandle != null && this.transportContext.getConfig().isStrictResourceLifecycle() ) { this.treeHandle.release(); }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu May 23 01:50:13 UTC 2024 - 82.3K bytes - Viewed (0) -
docs/bucket/notifications/README.md
go func() { for { // Reconnect if the connection is lost. if stanConnection == nil || stanConnection.NatsConn() == nil || !stanConnection.NatsConn().IsConnected() { stanConnection, _ = stan.Connect("test-cluster", "test-client", stan.NatsURL("nats://yourusername:yoursecret@0.0.0.0:4222"), stan.SetConnectionLostHandler(func(c stan.Conn, _ error) { if c.NatsConn() != nil {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Jan 18 07:03:17 UTC 2024 - 84K bytes - Viewed (0)