Skip to content

Does kite have its own client connection pool? Need to implement it myself? Is there a simple demo? #226

Open
@aapelismith

Description

@aapelismith

Does kite have its own client connection pool? Need to implement it myself? Is there a simple demo?

var captchaPoll *sync.Pool = &sync.Pool{
	New: func() interface{} {
		k := ku.NewClient("http://localhost:3636/kite")
		k.Dial()
		return k
	},
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions