[FAST-26] MulticastInputStream doesnot override public int available() throws IOException from java.io.InputStream Created: 14/Apr/10 Updated: 11/Apr/12 Resolved: 11/Apr/12 |
|
Status: | Resolved |
Project: | OpenFAST |
Component/s: | None |
Affects Version/s: | 1.0.0 |
Fix Version/s: | 1.1.0 |
Type: | Bug | Priority: | Major |
Reporter: | Stas Gromov | Assignee: | Jacob Northey |
Resolution: | Fixed | Votes: | 0 |
Labels: | None | ||
Environment: |
ANY |
Description |
java.io.InputStream has a method implemented public int available() throws IOException { return 0; }and comments
but org.openfast.session.multicast.MulticastInputStream Suppose to add such code to org.openfast.session.multicast.MulticastInputStream @Override |
Comments |
Comment by Stas Gromov [ 14/Apr/10 ] |
I meen @Override
)) wo |
Comment by Stas Gromov [ 14/Apr/10 ] |
seems, i was wrong in implementation. buffer can be empty, while data is available in socket... |
Comment by Stas Gromov [ 20/Dec/11 ] |
setSOtimeout will helps alot, but we are blocked by java version upgrade. |