PySyft icon indicating copy to clipboard operation
PySyft copied to clipboard

Pysft client connections are hanging

Open vejendla-kiran opened this issue 4 months ago • 0 comments

Description

I am using pysyft 0.9.5 on both client and datasite. Both are on network in two different azure regions. Connections seems hanging after executing few requests and next request never completing and not getting hung in datasite or connection. Unable to clearly confirm as the log is starting on datasite but no messages getting written there.

How to Reproduce

  1. Create datasite with 0.9.5 with the options dev_mode=true, reset=true.
  2. Connect pysyft client with admin user.

Expected Behavior

When code execution request is sent, I expect code will be executed on datasite and return the result.

Screenshots

If applicable, add screenshots to help explain your problem.

System Information

  • OS: Windows 11
  • Language Version: Python 3.10.12
  • Pysyft version: 0.9.5

vejendla-kiran avatar Sep 11 '25 21:09 vejendla-kiran