Skip to content

Instantly share code, notes, and snippets.

@creyke
creyke / UdpBootstrapProvider.cs
Last active June 2, 2017 13:35
Orleans Udp Stream
namespace OrleansUdpStream
{
using System;
using System.Net.Sockets;
using System.Threading.Tasks;
using Orleans;
using Orleans.Providers;
using Orleans.Streams;
public class UdpBootstrapProvider : IBootstrapProvider