<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:44:42 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[CSHARP-3216] EndOfStreamException An exception occurred while receiving a message from the server. Attempted to read past the end of the stream.</title>
                <link>https://jira.mongodb.org/browse/CSHARP-3216</link>
                <project id="10041" key="CSHARP">C# Driver</project>
                    <description></description>
                <environment></environment>
        <key id="1492524">CSHARP-3216</key>
            <summary>EndOfStreamException An exception occurred while receiving a message from the server. Attempted to read past the end of the stream.</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="13203">Gone away</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="pritibhandari.11@gmail.com">Pritee Bhandari</reporter>
                        <labels>
                    </labels>
                <created>Mon, 28 Sep 2020 04:41:52 +0000</created>
                <updated>Fri, 27 Oct 2023 19:56:07 +0000</updated>
                            <resolved>Mon, 19 Oct 2020 14:32:59 +0000</resolved>
                                                                    <component>Connectivity</component>
                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="3451874" author="esha.bhargava" created="Mon, 19 Oct 2020 14:32:59 +0000"  >&lt;p&gt;There hasn&apos;t been any recent activity on this ticket, so we&apos;re resolving it. Thanks for reaching out! Please comment on this ticket if you can provide the requested information.&lt;/p&gt;</comment>
                            <comment id="3414321" author="esha.bhargava" created="Mon, 28 Sep 2020 15:53:52 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=pritibhandari.11%40gmail.com&quot; class=&quot;user-hover&quot; rel=&quot;pritibhandari.11@gmail.com&quot;&gt;pritibhandari.11@gmail.com&lt;/a&gt; Thanks for reporting this! Looking at the logs, it&apos;s not clear what might be causing this bug. Can you please provide us with a minimal reproducible code? &lt;a href=&quot;https://stackoverflow.com/help/minimal-reproducible-example&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;This&lt;/a&gt; link describes how you can create a reproducible example. Once we have that, we can investigate further.&lt;/p&gt;</comment>
                            <comment id="3413536" author="JIRAUSER1257057" created="Mon, 28 Sep 2020 04:44:57 +0000"  >&lt;p&gt;Hi Team,&lt;/p&gt;

&lt;p&gt;Even I got above error but it occurs sometimes. But it is very critical from my project perspective.&lt;br/&gt;
We are using .net framework 4.6.1 and Nuget package for mongocsharpdriver, MongoDB.Bson,MongoDB.Driver - Version is 2.8.1 .&lt;/p&gt;

&lt;p&gt;Following is the exception logs:&lt;/p&gt;

&lt;p&gt;MongoDB.Driver.MongoConnectionException:&lt;br/&gt;
at MongoDB.Driver.Core.Connections.BinaryConnection.ReceiveBuffer (MongoDB.Driver.Core, Version=2.8.1.0, Culture=neutral, PublicKeyToken=null)&lt;br/&gt;
at MongoDB.Driver.Core.Connections.BinaryConnection.ReceiveBuffer (MongoDB.Driver.Core, Version=2.8.1.0, Culture=neutral, PublicKeyToken=null)&lt;br/&gt;
at MongoDB.Driver.Core.Connections.BinaryConnection.ReceiveMessage (MongoDB.Driver.Core, Version=2.8.1.0, Culture=neutral, PublicKeyToken=null)&lt;br/&gt;
at MongoDB.Driver.Core.ConnectionPools.ExclusiveConnectionPool+AcquiredConnection.ReceiveMessage (MongoDB.Driver.Core, Version=2.8.1.0, Culture=neutral, PublicKeyToken=null)&lt;br/&gt;
at MongoDB.Driver.Core.WireProtocol.CommandUsingQueryMessageWireProtocol`1.Execute (MongoDB.Driver.Core, Version=2.8.1.0, Culture=neutral, PublicKeyToken=null)&lt;br/&gt;
at MongoDB.Driver.Core.WireProtocol.CommandWireProtocol`1.Execute (MongoDB.Driver.Core, Version=2.8.1.0, Culture=neutral, PublicKeyToken=null)&lt;br/&gt;
at MongoDB.Driver.Core.Servers.Server+ServerChannel.ExecuteProtocol (MongoDB.Driver.Core, Version=2.8.1.0, Culture=neutral, PublicKeyToken=null)&lt;br/&gt;
at MongoDB.Driver.Core.Servers.Server+ServerChannel.Command (MongoDB.Driver.Core, Version=2.8.1.0, Culture=neutral, PublicKeyToken=null)&lt;br/&gt;
at MongoDB.Driver.Core.Operations.CommandOperationBase`1.ExecuteProtocol (MongoDB.Driver.Core, Version=2.8.1.0, Culture=neutral, PublicKeyToken=null)&lt;br/&gt;
at MongoDB.Driver.Core.Operations.CommandOperationBase`1.ExecuteProtocol (MongoDB.Driver.Core, Version=2.8.1.0, Culture=neutral, PublicKeyToken=null)&lt;br/&gt;
at MongoDB.Driver.Core.Operations.ReadCommandOperation`1.Execute (MongoDB.Driver.Core, Version=2.8.1.0, Culture=neutral, PublicKeyToken=null)&lt;br/&gt;
at MongoDB.Driver.Core.Operations.FindCommandOperation`1.Execute (MongoDB.Driver.Core, Version=2.8.1.0, Culture=neutral, PublicKeyToken=null)&lt;br/&gt;
at MongoDB.Driver.Core.Operations.FindOperation`1.Execute (MongoDB.Driver.Core, Version=2.8.1.0, Culture=neutral, PublicKeyToken=null)&lt;br/&gt;
at MongoDB.Driver.OperationExecutor.ExecuteReadOperation (MongoDB.Driver, Version=2.8.1.0, Culture=neutral, PublicKeyToken=null)&lt;br/&gt;
at MongoDB.Driver.MongoCollectionImpl`1.ExecuteReadOperation (MongoDB.Driver, Version=2.8.1.0, Culture=neutral, PublicKeyToken=null)&lt;br/&gt;
at MongoDB.Driver.MongoCollectionImpl`1.ExecuteReadOperation (MongoDB.Driver, Version=2.8.1.0, Culture=neutral, PublicKeyToken=null)&lt;br/&gt;
at MongoDB.Driver.MongoCollectionImpl`1.FindSync (MongoDB.Driver, Version=2.8.1.0, Culture=neutral, PublicKeyToken=null)&lt;br/&gt;
at MongoDB.Driver.MongoCollectionImpl`1+&amp;lt;&amp;gt;c_DisplayClass41_0`1.&amp;lt;FindSync&amp;gt;b_0 (MongoDB.Driver, Version=2.8.1.0, Culture=neutral, PublicKeyToken=null)&lt;br/&gt;
at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession (MongoDB.Driver, Version=2.8.1.0, Culture=neutral, PublicKeyToken=null)&lt;br/&gt;
at MongoDB.Driver.MongoCollectionImpl`1.FindSync (MongoDB.Driver, Version=2.8.1.0, Culture=neutral, PublicKeyToken=null)&lt;br/&gt;
at MongoDB.Driver.FindFluent`2.ToCursor (MongoDB.Driver, Version=2.8.1.0, Culture=neutral, PublicKeyToken=null)&lt;br/&gt;
at MongoDB.Driver.IAsyncCursorSourceExtensions.FirstOrDefault (MongoDB.Driver.Core, Version=2.8.1.0, Culture=neutral, PublicKeyToken=null)&lt;br/&gt;
at MongoDB.Driver.IFindFluentExtensions.FirstOrDefault (MongoDB.Driver, Version=2.8.1.0, Culture=neutral, PublicKeyToken=null)&lt;/p&gt;

&lt;p&gt;Inner exception System.IO.EndOfStreamException handled at MongoDB.Driver.Core.Connections.BinaryConnection.ReceiveBuffer:&lt;br/&gt;
at MongoDB.Driver.Core.Misc.StreamExtensionMethods.ReadBytes (MongoDB.Driver.Core, Version=2.8.1.0, Culture=neutral, PublicKeyToken=null)&lt;br/&gt;
at MongoDB.Driver.Core.Connections.BinaryConnection.ReceiveBuffer (MongoDB.Driver.Core, Version=2.8.1.0, Culture=neutral, PublicKeyToken=null)&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Please help me on this asap.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="680192">CSHARP-2495</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hxvco7:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>