Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssougnez/e7367ac4c519d508997605d79c4feff6 to your computer and use it in GitHub Desktop.
Save ssougnez/e7367ac4c519d508997605d79c4feff6 to your computer and use it in GitHub Desktop.
namespace AnotherDevBlogSocket.Core
{
using Microsoft.AspNetCore.SignalR;
public class ChatHub : Hub
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment