1 messages · Page 1 of 1 (latest)
hello
Hi
Do you have a request id (req_xxx) or screenshot me the error?
ok 1 moment
attempting to disconnect reader from system
Why are you calling the method directly on a type?
You want Terminal.shared.disconnectReader() probably
Terminal.shared.disconnectReader()
Terminal.shared is an instance, while Terminal is simply a type
Terminal.shared
Terminal
ok thanks works now