hello everyone

i'd like to use https://github.com/eldar/socket.io-d/tree/master/source/socketio but i need to upgrade it to use the latest vibe.d first.

it uses the previous vibe.core.signal module. i see it's replaced but i couldn't find out what it was replaced with. is it vibe.core.sync & ManualEvent or std.signals from phobos?

thanks in advance.