The Wayback Machine - https://web.archive.org/web/20201128043451/https://github.com/topics/netstandard20
Skip to content
#

netstandard20

Here are 364 public repositories matching this topic...

微信公众平台SDK Senparc.Weixin for C#,支持.NET Framework及.NET Core。已支持微信公众号、小程序、小游戏、企业号、企业微信、开放平台、微信支付、JSSDK、微信周边等全平台。 WeChat SDK for C#.
  • Updated Nov 23, 2020
  • C#
MartinCarpentier
MartinCarpentier commented Dec 29, 2018

Expected Behavior / New Feature

Support sticky sessions for ServiceDiscoveryProviders

Actual Behavior / Motivation for New Feature

When using websockets with ocelot in a distributed system, problem can arise since ocelot, as far as i know, doesn't support sticky sessions when working with service discovery providers.

The functionality could be great if it could work with both consul

CameronWills
CameronWills commented Nov 12, 2019

Unless there is a good reason to have the thread SynchronizationContext preserved, all of your await ...calls throughout the library should have .ConfigureAwait(false) appended.

Not having this causes deadlocks when having to call your library in a synchronous manner such as:
var meta = ffmpeg.GetMetaDataAsync(input).GetAwaiter().GetResult();

Obviously you would ideally not call it

Improve this page

Add a description, image, and links to the netstandard20 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the netstandard20 topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.