We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When sending a message using sudo hologram send "message" it creates and activates a PDP context but it never tears it down afterwards
sudo hologram send "message"
The code should clean up after itself and destroy the PDP context using CGACT=1,0
CGACT=1,0
Does not tear down the context
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the problem
When sending a message using
sudo hologram send "message"
it creates and activates a PDP context but it never tears it down afterwardsExpected behavior
The code should clean up after itself and destroy the PDP context using
CGACT=1,0
Actual behavior
Does not tear down the context
Steps to reproduce the behavior
System information
The text was updated successfully, but these errors were encountered: