GetSessionPoolInstance return default SessionPool instance with rpc.DefaultDialer.
()
| 51 | |
| 52 | // GetSessionPoolInstance return default SessionPool instance with rpc.DefaultDialer. |
| 53 | func GetSessionPoolInstance() *SessionPool { |
| 54 | return defaultPool |
| 55 | } |
| 56 | |
| 57 | // Close closes the session. |
| 58 | func (s *Session) Close() error { |
no outgoing calls