Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/**
* Represents the pump which is underneath the clients that handles message processing.
*/
interface IMessageAndSessionPump {
public interface IMessageAndSessionPump {

/**
* Receive messages continuously from the entity. Registers a message handler and begins a new thread to receive messages.
Expand Down