Skip to content

sebastiansandqvist/trpc-ee-repro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

trpc subscription bug repro

project initialization

server:

cd server
bun i
bun start

client:

cd client
bun i
bun dev

bug reproduction

  1. visit http://localhost:5173
  2. send any message in the form to trigger the server-side event emitter
  3. refresh the page a few times
  4. send another message. you should see that there are several event listeners that were not cleaned up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published