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
Without closing the SqpConnection a client program does not exist, since the SqpConnectionImpl doesn't exits the sendingService.
Make sure that the SqpConnection reference is passed back to a client so that it's garbage collected if the client application finishes. Then we can close the sendingService on GC. Currently this probably doesn't work as the SqpConnection reference is also used internally by other objects, so it's not GC.
The text was updated successfully, but these errors were encountered:
Without closing the
SqpConnection
a client program does not exist, since theSqpConnectionImpl
doesn't exits the sendingService.Make sure that the SqpConnection reference is passed back to a client so that it's garbage collected if the client application finishes. Then we can close the sendingService on GC. Currently this probably doesn't work as the SqpConnection reference is also used internally by other objects, so it's not GC.
The text was updated successfully, but these errors were encountered: