Post

Replies

Boosts

Views

Activity

Comment on Why does custom Binding not update UI
Even though this does not answer the question about why custom binding does not update the UI it seems that the only way to reliably update the UI is to using the @Published property wrapper in an ObservableObject. It will use combine to notify the UI about the change.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Nov ’22
Comment on Cannot bind to local UDP socket - address already in use
I am on macOS, doing point-to-point communication. I believe I found the error. This site gave a list of ports that may be blocked. I saw that X11 is using port 6000 and I recently installed X11 for some docker work I was doing. The port was no longer in use after uninstalling X11. It seems that the port was being reserved, rather than being open. Should I have used a tool other than lsof?
Topic: App & System Services SubTopic: General Tags:
Feb ’22