Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added lazy send warning.
  • Loading branch information
saward committed Dec 24, 2013
1 parent ca8adf0 commit f3c78ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ Each time the loop is run, it checks with ruby IO to see if any sockets have any
* Binary data - Currently, Rubame only deals with text network traffic. This is not ideal, and so I hope to add the ability to send binary data, along with examples here showing how to communicate with a javascript client.
* Lazy send - Currently, Rubame sends a message as soon as the message is requested to be sent. Sometimes, a game may want to send some traffic whenever it is convenient, and some traffic immediately. I may add the ability to lazy send data.

__Please Note:__ The lazy send code currently is broken, so do not use it!

## RSpec

The RSpec is quite incomplete for now. I expect to add more tests later.
Expand Down

0 comments on commit f3c78ba

Please sign in to comment.