-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CloseAndReconnect() only Close but doesn't Reconnect #41
Comments
@loeffel-io Hi is this repo still actively maintained? |
My issue is open for more than half a year without any reaction. This repo is dead I guess :sad: |
hey guys, its not dead - just have no time for it rn - PRs are welcome :-) |
Glad to hear :-) |
@loeffel-io Hi Please verify if the stated behaviour is possible at least. Then people can work around it before a fix. thank you |
Please see #61 |
the
Close()
function send to theclose
chanrc.close <- true
connect()
will return if it receives fromclose
chanin the end calling
connect()
right afterClose()
will not work.Am I missing something here or it is a bug?
The text was updated successfully, but these errors were encountered: