IrakliKori

Results 6 issues of IrakliKori

If I'm not mistaken socket.onDisconnect used to work but now the only way to catch connection problem is like this: ``` socket?.onError((data) { if (data.message == 'Connection refused') ``` Because...

Hello, after updating to v0.8 printer started to roll paper backwards & it is not printing :)

Hello, First of all I'd like to state that this is a lifesaver project - The only flutter package with which I was able to print from iOS on a...

Hi guys, When I inject SegmentService in a component and call this.segment.id() or this.segment.user() it throws following error: `TypeError: this.w.analytics.id is not a function at SegmentService.push../node_modules/ngx-segment-analytics/index.js.SegmentService.id (index.js:201)` Identify() & page()...

Hello, First of all, Thanks for the great package ❤️ Would it be possible to add support for the webtransport protocol? Socket.io has recently added support for it in 4.7...

enhancement

### Is there an existing issue? - [-] I have searched [existing issues](https://github.com/objectbox/objectbox-dart/issues) ### Build info - objectbox version: 4.0.2 - Flutter/Dart version: Flutter 3.24.3 - Build OS: macOS 15.0.1...

bug