Hi Maarteen,
> Don't you think it would be a good idea to post it to rebol.org, so
> everybody gets noticed of little bugfixes and enhancements? Surely
> async:// adds enough to REBOL to let people use it/enhance it.
That was a fast patch, here it is a correction. The dns://async port seems to
have some strange problems, this this a workaround:
on-resolve: func [dnsport port] [
either port/host: scopy dnsport [
change wait-find dnsport port
sclose dnsport
port/awake port
false
] [
wait-stop dnsport
port/user-data/awake port make error! "Host not found"
true
]
]
About rebol.org. I have another version of async deeply changed. But it is not
ready for a release.
---
Ciao
Romano
--
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.