Closed schaefer01 closed 1 year ago
I think what is needed, is a call to socket_status()
are self.status and self.status() the same thing?
I'm seeing 20, which is 0x14, which is "listening" should the while loop be exited at this point?
I'd like to close this, I don't know what I'm doing.
I'm trying to set the rp feather as a server so I can send a command into it. socket.py the socket.accept() call loops forever on self.status if initial value of self.status is not a handled value because there is no call to a function that updates the status value.
Here's my diagnostic, the initial value of self.status as returned in my test is likely random, for me, the value returned was 0x20, or CMD_SOCK_SEND.
My question is, what function updates self.status?