Skip to content

No notification through WebSocket when inserting documents in a solid container  #4

Description

@DavideAllavena

With this toy example i get no notification when inserting or deleting resources on http://solidtest.space:

constWebSocket=require('ws');varws=newWebSocket('wss://davide.solidtest.space/public/twee-fi/');ws.on('open',functionopen(){console.log('Done');});ws.on('message',functionincoming(data){console.log(data)});

The request:

curl -XPUT -H "Content-Type: text/turtle" -H'Cookie:somecookie''https://davide.solidtest.space/public/twee-fi/test.ttl' -d "<http://subje.ct> <https://predica.te> <http://obje.ct> .\n"

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions