Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

websocket client shutdown issue on windows 7 #4467

Closed
7c0o opened this issue Feb 21, 2024 · 0 comments
Closed

websocket client shutdown issue on windows 7 #4467

7c0o opened this issue Feb 21, 2024 · 0 comments
Labels

Comments

@7c0o
Copy link

7c0o commented Feb 21, 2024

  • Windows 7
  • POCO 1.13.1
    I use WebSocket client and set recv timeout 20s. recv thread execute while { recv() }, other thread call shutdown().
    It can work well on win10 、win11. the recv thread can catch exception invalid sock and the thread can exit promptly.
    But on win7 the recv thread can not catch exception invalid sock, 20s later catch exception timeout and the thread can't exit promptly.
@7c0o 7c0o added the bug label Feb 21, 2024
@7c0o 7c0o changed the title 【poco 1.13.1 websocket client shutdown On Windows 7】 websocket client shutdown issue On Windows 7 Feb 21, 2024
@7c0o 7c0o changed the title websocket client shutdown issue On Windows 7 websocket client shutdown issue on windows 7 Feb 21, 2024
@pocoproject pocoproject locked and limited conversation to collaborators Mar 22, 2024
@aleks-f aleks-f converted this issue into discussion #4506 Mar 22, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
Projects
None yet
Development

No branches or pull requests

1 participant