mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 17:01:53 +03:00
webchat: bundle assets with rolldown
This commit is contained in:
@@ -22,6 +22,7 @@ final class WebChatServer: @unchecked Sendable {
|
||||
self.root = root
|
||||
let params = NWParameters.tcp
|
||||
params.allowLocalEndpointReuse = true
|
||||
params.requiredInterfaceType = .loopback
|
||||
do {
|
||||
let listener = try NWListener(using: params, on: .any)
|
||||
listener.stateUpdateHandler = { [weak self] state in
|
||||
|
||||
Reference in New Issue
Block a user