Posts

Post not yet marked as solved
0 Replies
315 Views
After installing 17.1 on test devices, I am seeing a lengthy difference in requesting a user location. Takes about 4-5 seconds. This issue doesn't occur on 16 or 17.0. Anyone else seeing this problem?
Posted
by autoliv.
Last updated
.
Post not yet marked as solved
1 Replies
825 Views
I started a TCP Listener for inboud files from a device. The file is downloaded to /tmp/UUID. For some reason there's no acknowledgment of isComplete at the end of the stream. It's false and an error is returned instead. connectionDidEnd, connection: [C1 connected ::1.58660 tcp, local: ::1.12345, server, prohibit joining, path satisfied (Path is satisfied), viable, interface: lo0] connection failed, error: POSIXErrorCode: No message available on STREAM I see this behavior from Netcat during testing  cat sample-2mb-text-file.txt | nc localhost 12345 Real question I have here is why is isComplete not true? Why the error instead?
Posted
by autoliv.
Last updated
.