温馨提示:本站仅提供公开网络链接索引服务,不存储、不篡改任何第三方内容,所有内容版权归原作者所有
AI智能索引来源:http://www.bun.com/reference/bun/TCPSocketListener/reload
点击访问原文链接

TCPSocketListener.reload method | Bun module | Bun

TCPSocketListener.reload method | Bun module | BunBuildDocsReferenceGuidesBlogDiscord/Bun/TCPSocketListener/reloadMreload

Search the reference...

/

BuildDocsReferenceGuidesBlogDiscord/Bun/TCPSocketListener/reloadMreload

method

TCPSocketListener.reloadreload(options: PickSocketOptionsData>, 'socket'>): void;Referenced typesinterface SocketOptionsData = unknown>allowHalfOpen?: boolean

Whether to allow half-open connections.

A half-open connection occurs when one end of the connection has called close() or sent a FIN packet, while the other end remains open. When set to true:

The socket won't automatically send FIN when the remote side closes its endThe local side can continue sending data even after the remote side has closedThe application must explicitly call end() to fully close the connection

When false, the socket automatically closes both ends of the connection when either side closes.

data?: Data

The per-instance data context

socket: SocketHandlerData>

Handlers for socket events

Resources

ReferenceDocsGuidesDiscordMerch StoreGitHubBlog 

Toolkit

RuntimePackage managerTest runnerBundlerPackage runner

Project

Bun 1.0Bun 1.1Bun 1.2Bun 1.3RoadmapContributingLicense

Baked with ❤️ in San Francisco

We're hiring →

TCPSocketListener.reload method | Bun module | Bun,AI智能索引,全网链接索引,智能导航,网页索引

    API documentation for method bun.TCPSocketListener.reload | Bun