Skip to content

Removed ConcurrentQueue storage of SocketEventAsyncArgs as it just ad… - #27

Open
Mark Mann (MarkCMann) wants to merge 2 commits into
microsoft:masterfrom
MarkCMann:UdpReceiverUpdate
Open

Removed ConcurrentQueue storage of SocketEventAsyncArgs as it just ad…#27
Mark Mann (MarkCMann) wants to merge 2 commits into
microsoft:masterfrom
MarkCMann:UdpReceiverUpdate

Conversation

@MarkCMann

Copy link
Copy Markdown

…ded overhead.

Mark Christopher Mann added 2 commits January 2, 2017 00:33

@Tuatan Serge Black (Tuatan) left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please apply the review comments

get
{
return this.socket.Available;
return this.availableSocketBytesGetter();

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That will throw NullRef exception if there are no subscribers, please handle that to provide more meaningful error instead.

@Tuatan

Copy link
Copy Markdown
Collaborator

Also, Mark please do pull request to develop branch, not the master.

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

Successfully merging this pull request may close these issues.

4 participants