Skip to content

SimpleWiFiServer with high data loss rate #263

Closed
@copercini

Description

@copercini

Using SimpleWiFiServer with CSS and html some lines are just not printed by client.

For test I adapted the SimpleWiFiServer example for print a list from 0 to 999, and it have a considerable amount of missing data, here is the test code:

            client.println("0 to 999 list<br>");
            for (int i = 0; i < 1000; ++i){
              client.print(i);
              client.println("<br>");         
            }

Some errors:
screenshot_2

screenshot2:
screenshot_1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions