Open mikart143 opened 4 years ago
Yeah at the moment support for windows is not great. We're basically using the epoll
system to register events to listen to which isn't on windows. There is talk of using wepoll in some way to assist with this. I'm not sure how widespread support is.
The main problem is the windows API is fairly different for registering events. I'd love it if someone could take the reigns and implement it, but it would basically need to be a windows specific write for socket.rs
Thanks for the info !
Was thinking of giving this a go. Would tokio
's NamedPipes
be a valid solution here?
Gave this a first attempt. Would love some feedback if anybody has some. Some of the tests fail, mostly with access denied style errors.
Hello! During building the git/crates.io version of tmq I occured an error:
My platfrom is Windows with msvc toolchain. I did not found anywhere that tmq is not supported on Windows. How can I ommit this ?