Skip to content

a solution for errors about GetHTML() and GetContent() when editor including image(s) #15

@ElecSheep224

Description

@ElecSheep224

The reason about the errors might be the SignalR message size limit which is 32KB.

It's easy to exceed it when attching any image.

Try add builder.Services.Configure<HubOptions>(option => option.MaximumReceiveMessageSize = null); in program.cs

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions