AltME: R3 Protocols

Messages

GrahamC
anyway getting too complicated for me ...
Rebolek
This ASYNC write is old code that doesn't work, it uses some non-existent functions
GrahamC
I mean if you already set up a hander, why are you rewriting it ?
Rebolek
I set up the handler for the redis-port and here it's moved to the tcp-port
It's probably copied from some example.
From the HTTP protocol.
GrahamC
maybe
redis-port/state/awake: :port/awake
should be
redis-port/state/awake: :redis-port/awake
because in our write actor, there is no 'port defined
our => your
just guessing now ... must have breakfast!
Rebolek
I changed the Async part of WRITE to:
            ;  --- ASYNCHRONOUS OPERATION
                unless open? redis-port [cause-error 'Access 'not-open redis-port/spec/ref]
                tcp-port: redis-port/state/tcp-port
                either probe tcp-port/spec/port-state = 'ready [
                    write tcp-port to binary! make-bulk-request data
                ][
                    tcp-port/locals: to binary! make-bulk-request data
                ]
And I setup tcp's awake in OPEN, but the result is still the same, it prints and then it waits.
Ok, breakfast is important! :)
Rebolek
I pushed latest version to GitHub together with %async-test.r3 so ou can look at the version I'm using here.
Andreas
Do you have the console print output you get somewhere gisted?
Rebolek
just a moment...
There's wait after "..Read 5 bytes"
Andreas
mhm
Rebolek
exactly...

GrahamC
don't know what's current but this line should be
https://github.com/rebolek/prot-redis/blob/master/prot-redis.r3#L250
tcp-port/spec/port-state: false or none

Last message posted 486 weeks ago.