Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 860 Bytes

File metadata and controls

31 lines (24 loc) · 860 Bytes

Progress Server

Whenever it receives a message from client, it sends n number of progress messages to the client

Progress Client

Sends a message and listens for 5 progress messages from server.

Steps to run the sample :

  1. Run server:
    mvn exec:java@server -Pstaging
  1. While server is up run the client:
    mvn exec:java@client -Pstaging