12 lines
281 B
C#
12 lines
281 B
C#
namespace YLErp.Web.Hubs
|
|
{
|
|
//public class NotifyHub : Hub
|
|
//{
|
|
// public override Task OnConnected()
|
|
// {
|
|
// System.Diagnostics.Debug.WriteLine("NotifyHub--" + Context.ConnectionId);
|
|
|
|
// return base.OnConnected();
|
|
// }
|
|
//}
|
|
} |