mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[GH-ISSUE #913] program crashes when new client connect ! #630
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#630
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pik4cho on GitHub (Jan 14, 2021).
Original GitHub issue: https://github.com/quasar/Quasar/issues/913
Describe the bug
System.NullReferenceException HResult=0x80004003 Message=Object reference not set to an instance of an object.
Source=Quasar
StackTrace:
at Quasar.Server.Forms.FrmMain.AddClientToListview(Client client)
at Quasar.Server.Forms.FrmMain.ProcessClientConnections(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.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
To Reproduce
Steps to reproduce the behavior:
Expected behavior
a client should be added to the client list on the frmMain table
Screenshots
it just crashes and close
System
Additional context
Add any other context about the problem here.
@pik4cho commented on GitHub (Jan 15, 2021):
solved