You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the response control+C the server to quit it, then try to restart the server using the same command as above. This fails with the aforementioned error during around 5 to 10 seconds.
It may be the case that the port is not being reclaimed in time. The v1 of UCall will have a drastically different design and set of capabilities. Hopefully this will be resolved along the way. Thank you for reporting, @laclouis5 🤗
Describe the bug
When restarting a server rapidly after stopping it, it usually fails with this error:
Steps to reproduce
Setup a simple server (using Python):
Run it (let's call the file
api.py
):In a new shell issue a request to the API:
ucall test name=Louis --uri 0.0.0.0 --port 8545
After the response
control+C
the server to quit it, then try to restart the server using the same command as above. This fails with the aforementioned error during around 5 to 10 seconds.Expected behavior
Server restart should not fail.
UCall version
v0.5.4
Operating System
macOS Sonoma 14.5
Hardware architecture
Arm
Which interface are you using?
Official Python bindings
Which implementation are you using?
POSIX
Contact Details
[email protected]
Is there an existing issue for this?
Code of Conduct
The text was updated successfully, but these errors were encountered: