Skip to content
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

Aegis error from PingHandler class #1

Open
NoJokeFNA opened this issue Jan 19, 2022 · 0 comments
Open

Aegis error from PingHandler class #1

NoJokeFNA opened this issue Jan 19, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@NoJokeFNA
Copy link
Member

Description

Sometimes an exception will be send when we try to mark the channel as cloed, but the channel is null for some reason.

Expected Behavior

X

Actual Behavior

X

Possible Fix

Add a if-check for that in the HandlerBoss class:

if (channel != null) {
  // Do some stuff here
}

Steps to Reproduce

  1. Disconnect from the server and check if the handler is the InitialHandler or the PingHandler.

Context

X

Your Environment

  • Product used: Aeigs Normal
  • Version used: 9.3.0
  • Java Version used: X
  • Distro used (Debian, Ubuntu, ...): X
@NoJokeFNA NoJokeFNA added the bug Something isn't working label Jan 19, 2022
@NoJokeFNA NoJokeFNA reopened this Mar 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants