smartinec

Results 6 comments of smartinec

Fixed like this. Not sure why fgets wouldn't work. ``` php $value = stream_get_line($this->_socket, $words[ 3 ] + 2, "\r\n"); $keys[ $words[ 1 ] ] = $ext ? array( 'value'...

When I moved to another PHP version, it broke as well. I ended up going with: `$value = fgets( $this->_socket );` I haven't researched enough to figure out what is...

It's the example JSON string in my initial comment (about 20k string).

I had resolved this in the past by logging out and back in (#1380), but that no longer works. I don't see images at all in current version. Beta version...

As others mentioned above, it appears that YakYak is not actually marking the message as "read" since it remains unread on other apps/devices.

Any further update on this issue as it's still occurring on YakYak v1.5.11.5 on MacOS Big Sur 11.6?