Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 793 for pong (0.03 sec)

  1. internal/grid/connection.go

    	if m.MuxID == 0 {
    		gridLogIf(ctx, c.queueMsg(m, &pongMsg{T: ping.T}))
    		return
    	}
    	// Single calls do not support pinging.
    	if v, ok := c.inStream.Load(m.MuxID); ok {
    		pong := v.ping(m.Seq)
    		pong.T = ping.T
    		gridLogIf(ctx, c.queueMsg(m, &pong))
    	} else {
    		pong := pongMsg{NotFound: true, T: ping.T}
    		gridLogIf(ctx, c.queueMsg(m, &pong))
    	}
    	return
    }
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Jul 29 18:10:04 UTC 2024
    - 46.7K bytes
    - Viewed (0)
  2. internal/grid/muxclient.go

    				return
    			}
    		}
    	}
    }
    
    // doPing checks last ping time and sends another ping.
    func (m *muxClient) doPing(respHandler chan<- Response) (ok bool) {
    	m.respMu.Lock()
    	if m.closed {
    		m.respMu.Unlock()
    		// Already closed. This is not an error state;
    		// we may just be delivering the last responses.
    		return true
    	}
    
    	// Only check ping when not closed.
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Jun 07 15:51:52 UTC 2024
    - 15.9K bytes
    - Viewed (0)
  3. docs/en/docs/img/sponsors/kong-banner.png

    kong-banner.png...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu May 30 13:28:20 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  4. docs/en/docs/img/sponsors/kong.png

    kong.png...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu May 30 13:28:20 UTC 2024
    - 30K bytes
    - Viewed (0)
  5. docs/vi/docs/features.md

    * Thậm chí, các dependency có thể có các dependency khác, tạo thành một phân cấp hoặc **"một đồ thị" của các dependency**.
    * Tất cả **được xử lí tự động** bởi framework.
    * Tất cả các dependency có thể yêu cầu dữ liệu từ request và **tăng cường các ràng buộc từ đường dẫn** và tự động tài liệu hóa.
    * **Tự động hóa validation**, thậm chí với các tham số *đường dẫn* định nghĩa trong các dependency.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  6. docs/en/docs/img/tutorial/request-form-models/image01.png

    image01.png...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu Sep 05 15:16:50 UTC 2024
    - 43.4K bytes
    - Viewed (0)
  7. docs/en/docs/img/sponsors/liblab.png

    liblab.png...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu Aug 01 04:53:51 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  8. docs/en/docs/img/sponsors/stainless.png

    stainless.png...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Wed Jun 26 01:33:01 UTC 2024
    - 28.9K bytes
    - Viewed (0)
  9. docs/en/docs/img/sponsors/zuplo.png

    zuplo.png...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Jun 18 02:25:11 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  10. docs/en/docs/img/tutorial/query-param-models/image01.png

    image01.png...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Sep 17 18:54:10 UTC 2024
    - 44.5K bytes
    - Viewed (0)
Back to top