Giter Site home page Giter Site logo

Comments (6)

daffl avatar daffl commented on June 16, 2024

Related issue is feathersjs-ecosystem/socketio-client#9 and so far it looks like Angulars latest Zone.js simply does not seem to work properly with Socket.io.

from feathers-chat-angular.

j2L4e avatar j2L4e commented on June 16, 2024

and i've tested it using postman(localhost:5050/users) and it worked
but everytime i use it with my ionic app i get Error: Timeout of 5000ms exceeded calling create on users.

postman uses http, while your error originates from websockets.

I updated the repo to buzzard, please recheck if you're having a configuration issue going on.

from feathers-chat-angular.

daffl avatar daffl commented on June 16, 2024

Probably similar to feathersjs-ecosystem/socketio-client#9 which could be solved by reinstalling everything.

from feathers-chat-angular.

abalad avatar abalad commented on June 16, 2024

I am also trying this problem when I try to send a POST to a service, but this only occurs when there are 2 or more connected with the same credentials.

And by acquaintance I'm also working with Angular + FeatherJS

from feathers-chat-angular.

daffl avatar daffl commented on June 16, 2024

Can you maybe create a new issue with a reproducible example repository?

from feathers-chat-angular.

3zbumban avatar 3zbumban commented on June 16, 2024

I had the same issue using these package's on the client side with vue.js (vue@^3.2.16 and [email protected])

  • @feathersjs/feathers@^4.5.11
  • @feathersjs/socketio-client@^4.5.11
  • socket.io-client@^2.3.1
  • @feathersjs/authentication-client@^4.5.11

My issue was resolved after changing

import io from "socket.io-client";

to

import io from "socket.io-client/dist/socket.io";

issues i came across: feathersjs-ecosystem/socketio-client#14

from feathers-chat-angular.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.