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
The examples make the main funtionality of the library self explanatory. But a brief overview of its features would be nice.
I'm adding this because I don't know how to gracefully close the server. When the program ends (at least when forced to with ctrl+c), the port that the server was using is still bound for a while. This happens because the program did not release the port before ending. I figured it would happen on destruction. If it is supposed to close gracefully upon deconstruction then I need to handle the ctrl+c signal better and there is .
The text was updated successfully, but these errors were encountered:
The examples make the main funtionality of the library self explanatory. But a brief overview of its features would be nice.
I'm adding this because I don't know how to gracefully close the server. When the program ends (at least when forced to with ctrl+c), the port that the server was using is still bound for a while. This happens because the program did not release the port before ending. I figured it would happen on destruction. If it is supposed to close gracefully upon deconstruction then I need to handle the ctrl+c signal better and there is .
The text was updated successfully, but these errors were encountered: