package notify const ( // DefaultPendingNotifies is the default number of pending messages // handled by Client and Server. DefaultPendingNotifies = 1024 )