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

TcpIpSession.RaiseSessionClosedEvent throw System.NullReferenceException #34

Open
AdhamAwadhi opened this issue Jan 6, 2020 · 0 comments

Comments

@AdhamAwadhi
Copy link
Owner

Lately I got this error too much, not sure why still investagating

Type: System.NullReferenceException
Message: Object reference not set to an instance of an object.
Source: JamaaTech.Smpp.Net.Lib
Stack Trace:

   at JamaaTech.Smpp.Net.Lib.Networking.TcpIpSession.RaiseSessionClosedEvent(SessionCloseReason reason, Exception ex)
   at JamaaTech.Smpp.Net.Lib.Networking.TcpIpSession.TerminateSession(SessionCloseReason reason, Exception exception)
   at JamaaTech.Smpp.Net.Lib.Networking.TcpIpSession.Receive(Byte[] buffer, Int32 start, Int32 length)
   at JamaaTech.Smpp.Net.Lib.StreamParser.WaitBytes(Int32 length)
   at JamaaTech.Smpp.Net.Lib.StreamParser.WaitPDU()
   at JamaaTech.Smpp.Net.Lib.StreamParser.RunNow()
   at JamaaTech.Smpp.Net.Lib.Util.RunningComponent.ThreadCallback()
   at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.ThreadHelper.ThreadStart()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant