Skip to content

Commit

Permalink
Fix chat examples
Browse files Browse the repository at this point in the history
  • Loading branch information
yevhen committed Jul 31, 2017
1 parent e716ad1 commit abbb0ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Source/Example.Observers.Chat.Server/ChatRoom.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace Example
{
public class ChatRoom : Actor
public class ChatRoom : Actor, IChatRoom
{
readonly HashSet<string> members =
new HashSet<string>();
Expand Down
4 changes: 0 additions & 4 deletions Source/Example.Streams.Chat.Server/ChatUser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@

namespace Example
{
[ActorType("ChatUser2")]
public class ChatUser2 : Actor
{ }

[ActorType("ChatUser")]
public class ChatUser : Actor, IChatUser
{
Expand Down

0 comments on commit abbb0ca

Please sign in to comment.