[QFJ-761] Remove conversion from Message to String in Session.nextQueued() Created: 09/Dec/13 Updated: 02/Apr/15 Resolved: 09/Dec/13 |
|
Status: | Closed |
Project: | QuickFIX/J |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | 1.6.0 |
Type: | Improvement | Priority: | Default |
Reporter: | Christoph John | Assignee: | Christoph John |
Resolution: | Fixed | Votes: | 0 |
Labels: | None |
Description |
Unnecessary conversion from Message to String in Session.nextQueued(): // TODO SESSION Is it really necessary to convert the queued message to a string? In method next(String msg) the message is parsed back to a Message, so the conversion is not only inefficient but also pointless. |
Comments |
Comment by Christoph John [ 09/Dec/13 ] |