DiscordMessenger / dm

Discord Messenger is a free Discord-compatible messaging client targeting both new and old Windows.
MIT License
862 stars 16 forks source link

Does not connect to websocket server on Windows NT 4 #26

Open iProgramMC opened 5 months ago

iProgramMC commented 5 months ago

Title.

If anyone would like to help fix this, let me know. I'm open to changing the libraries used (websocketpp+asio) if it means DM on NT 4 will be able to connect to Discord's websocket servers.

Zero3K commented 4 months ago

https://github.com/pocoproject/poco https://github.com/Qihoo360/evpp

Zero3K commented 4 months ago

Would any of them help? I think Poco will help since I see that it supports WebSocket.

iProgramMC commented 4 months ago

I have my doubts. Probably it's asio screwing up SSL.

Zero3K commented 4 months ago

What's screwing up SSL?

iProgramMC commented 4 months ago

I can't tell you for sure because I wasn't able to find a concrete cause.

Zero3K commented 4 months ago

I'm just stating that Poco might be an alternative that can be used to fix this issue.

Zero3K commented 4 months ago

And I think it is asynchronous.

Zero3K commented 4 months ago

I guess none of those will help.