randomouscrap98 / contentapi

A generic content system to make some kinda standard websites
GNU General Public License v3.0
8 stars 2 forks source link

Optimal event but no matching #151

Closed randomouscrap98 closed 2 years ago

randomouscrap98 commented 2 years ago

Unhandled exception: System.InvalidOperationException: OPTIMAL EVENT BUT NO MATCHING: 22305 VS: 22320
   at contentapi.Live.LiveEventQueue.ListenAsync(UserView listener, Int32 lastId, Nullable`1 token) in /home/csanchez/projects/contentapi/contentapi/Live/LiveEventQueue.cs:line 404
   at contentapi.Controllers.LiveController.ListenLoop(CancellationToken cancelToken, Int32 lastId, BufferBlock`1 sendQueue, String token) in /home/csanchez/projects/contentapi/contentapi/Controllers/LiveController.cs:line 291
   at contentapi.Controllers.LiveController.WebSocketListenAsync(String token, Nullable`1 lastId) in /home/csanchez/projects/contentapi/contentapi/Controllers/LiveController.cs:line 443```

people are really getting this error, it's not just you and your frontend (as I thought for the past few months)