atsign-foundation / at_server

The software implementation of Atsign's core technology
https://docs.atsign.com
BSD 3-Clause "New" or "Revised" License
39 stars 13 forks source link

Need to comment SIGTERM related code to run atserver locally on windows. #1946

Closed vnaresh66 closed 4 months ago

vnaresh66 commented 4 months ago

Describe the bug

While trying to run the secondary server Need to comment SIGTERM related code to run atserver locally on windows.

Steps to reproduce

The code is being run on the windows machine 1.Clone the at_server

  1. open packages/at_secondary_server/lib.srcbootstrapper.dart file
  2. uncomment the line numbers 66, 67 SIGTERM_issue

@murali-shris , @sitaram-kalluri

Expected behavior

Need to connect to the secondary server with SIGTERM configuration enabled.

Screenshots

SIGTERM_issue

Smartphones

My windows configuration is Windows 10 Pro 64 bit machine 2 core processor

Were you using an atApplication when the bug was found?

no

Additional context

No response

cpswan commented 4 months ago

We just discussed this on the arch call, and the consensus was that we're not going to take on the additional support burden of another platform.

So won't fix for this specific issue.

@vnaresh66 can you please get WSL2 setup on your Windows machine with a recent Ubuntu LTS distribution (22.04 or 24.04) so that can be used for your local builds and testing.