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
I apologize in advance, my question may seem stupid, but I don't know how to deal with the problem. I have just recently started programming in GO and I am interested in Air. I am developing a server using the Fiber framework. While making changes to the application, Air tries to rebuild the application, but an error is thrown because the port is already busy.
For example the application was running on port 3000 and during the rebuild an error is thrown:
panic: failed to listen: listen tcp4 :3000: bind: Only one usage of each socket address (protocol/network address/port) is normally allowed.
Setting the build delay to 10 seconds or more does not help.
The text was updated successfully, but these errors were encountered:
I have encountered the same issue and submitted a fix for it. I hope that the maintainers will have the time to accept or provide feedback on PR #670 soon.
I apologize in advance, my question may seem stupid, but I don't know how to deal with the problem. I have just recently started programming in GO and I am interested in Air. I am developing a server using the Fiber framework. While making changes to the application, Air tries to rebuild the application, but an error is thrown because the port is already busy.
For example the application was running on port 3000 and during the rebuild an error is thrown:
panic: failed to listen: listen tcp4 :3000: bind: Only one usage of each socket address (protocol/network address/port) is normally allowed.
Setting the build delay to 10 seconds or more does not help.
The text was updated successfully, but these errors were encountered: